Sophrinix / TryRuby

Try Ruby is a interactive shell that quickly and whimsically teaches the Ruby programming language. Originally _why's idea, it has been recreated from the ground up by Rubyists who have a passion for Ruby and for teaching their fellow (wo)man how to program.
tryruby.org
347 stars 79 forks source link

Help - Double quotes #83

Closed roolo closed 13 years ago

roolo commented 14 years ago

While i was trying the help tutorial the example "Jimmy".reverse . I does not work, but 'Jimmy'.reverse works fine