Yields:
Yield Parameters:
the object that the method was called on
19 20 21
# File 'lib/bridge_cache.rb', line 19 def configure yield self if block_given? end