Created
February 23, 2017 08:23
-
-
Save mwja/e4214f8a30a8fa3a5f526540eafe5587 to your computer and use it in GitHub Desktop.
Hi!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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