Yields:
Yield Parameters:
the object that the method was called on
26 27 28 29
# File 'lib/ext.rb', line 26 def tap yield self self end