Yields:
Yield Parameters:
the object that the method was called on
12 13 14 15
# File 'lib/ect.rb', line 12 def deflect yield(self) end