Skip to content

Instantly share code, notes, and snippets.

@aaronbartell
Last active August 29, 2015 14:07
Show Gist options
  • Save aaronbartell/6f5e17b8e327ef862b0f to your computer and use it in GitHub Desktop.
Save aaronbartell/6f5e17b8e327ef862b0f to your computer and use it in GitHub Desktop.
def say_hi name
puts "hi #{name}"
end
say_hi "Aaron"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment