Skip to content

Instantly share code, notes, and snippets.

@ethnt
Created March 5, 2010 23:39
Show Gist options
  • Save ethnt/323298 to your computer and use it in GitHub Desktop.
Save ethnt/323298 to your computer and use it in GitHub Desktop.
def hello(name)
puts "Hello there, #{name}!"
end
hello("Ethan") # => "Hello there, Ethan!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment