Skip to content

Instantly share code, notes, and snippets.

@mwja
Created February 23, 2017 08:23
Show Gist options
  • Save mwja/e4214f8a30a8fa3a5f526540eafe5587 to your computer and use it in GitHub Desktop.
Save mwja/e4214f8a30a8fa3a5f526540eafe5587 to your computer and use it in GitHub Desktop.
Hi!
# use as require_relative "hi"
def hi(name)
puts "Hi #{name}, how you doing?"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment