using only local variables
def returnFoo bar = "Ramone, bring me my cup." return bar end puts returnFoo # But this code is not allowed: def returnFoo bar = "Ramone, bring me my cup." return bar end puts bar