Method: BridgeAPI.configure

Defined in:
lib/bridge_api.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (BridgeAPI)

    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