Glad you found my new digital home.

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