Skip to content

Instantly share code, notes, and snippets.

@213edu
Last active August 29, 2015 13:56
Show Gist options
  • Save 213edu/8810081 to your computer and use it in GitHub Desktop.
Save 213edu/8810081 to your computer and use it in GitHub Desktop.
Journey of learning Ruby
first_name = "Ryan"
last_name = "Hu"
age = "16"
old_string = "Ruby is cool"
new_string = old_string.reverse.upcase
puts new_string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment