Method Ruby

def greeting(message)
  puts message
end
greeting "Hello from Ruby."