Method Ruby

def greeting()
  yield
  yield
  yield
end
greeting {puts "Hello there!"}