execute the yield statement any number of times
def greeting() yield yield yield end greeting {puts "Hello there!"}