Skip to content

Instantly share code, notes, and snippets.

@stevenabrooks
Created June 10, 2013 21:29
Show Gist options
  • Select an option

  • Save stevenabrooks/5752494 to your computer and use it in GitHub Desktop.

Select an option

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