From 5ff53420d748fe0da1189f4234805b1224ab4313 Mon Sep 17 00:00:00 2001 From: macournoyer Date: Thu, 6 Oct 2011 11:51:42 -0400 Subject: [PATCH] Ooops. --- notruby | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notruby b/notruby index 7b5e8db..1c66dc7 100755 --- a/notruby +++ b/notruby @@ -32,7 +32,7 @@ else Readline::HISTORY.push(line) begin result = interpreter.eval(line).ruby_value - puts "=> #{result.ruby_value.inspect}" + puts "=> #{result.inspect}" rescue => error puts error end