Yields:
Yield Parameters:
the object that the method was called on
33 34 35 36
# File 'lib/ext.rb', line 33 def tap yield self self end