Skip to content

Instantly share code, notes, and snippets.

Created June 20, 2017 21:43
Show Gist options
  • Save anonymous/eeef4e212d1b6e1ee0b61e33dc4371c6 to your computer and use it in GitHub Desktop.
Save anonymous/eeef4e212d1b6e1ee0b61e33dc4371c6 to your computer and use it in GitHub Desktop.
def hello (name)
name.capitalize!
puts "Hello, #{name}!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment