Yields:
Yield Parameters:
the object that the method was called on
7 8 9
# File 'lib/paychex_api.rb', line 7 def configure yield self if block_given? end