Skip to content

Instantly share code, notes, and snippets.

@stevenabrooks
Created June 10, 2013 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenabrooks/5752494 to your computer and use it in GitHub Desktop.
Save stevenabrooks/5752494 to your computer and use it in GitHub Desktop.
puts "hello".upcase
puts "hello".upcase.downcase
puts "hello".upcase.downcase.capitalize
puts "hello".upcase.downcase.capitalize.concat(" world!")
puts "hello".upcase.downcase.capitalize.concat(" world!").upcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment