Skip to content

Instantly share code, notes, and snippets.

@bartocc
Created July 1, 2010 22:30
Show Gist options
  • Save bartocc/460664 to your computer and use it in GitHub Desktop.
Save bartocc/460664 to your computer and use it in GitHub Desktop.
# 1.9.2 only (did not try 1.9.1)
puts "foo"
.upcase
.downcase
# 1.8.7 and 1.9.2
puts "foo".
upcase.
downcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment