Hi! Here I am, on GitHub!

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Drew')
#=> prints 'Hi, Drew' to STDOUT.