Yields:
Yield Parameters:
the object that the method was called on
12 13 14
# File 'lib/bridge_api.rb', line 12 def configure yield self if block_given? end