Yields:
Yield Parameters:
the object that the method was called on
2 3 4 5
# File 'lib/then.rb', line 2 def then yield self self end