Method Ruby

def greeting
  puts "Hello, pilgrim."
end
# As you already know, you call a method simply by giving its name:
greeting