Method: BridgeCache.configure

Defined in:
lib/bridge_cache.rb

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (BridgeCache)

    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