Skip to content

Commit

Permalink
Ooops.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Oct 6, 2011
1 parent e0c2bc0 commit 5ff5342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notruby
Expand Up @@ -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
Expand Down

0 comments on commit 5ff5342

Please sign in to comment.