Module: TransparentData::Configurable

Included in:
TransparentData
Defined in:
lib/transparent_data/configurable.rb

Instance Method Summary collapse

Instance Method Details

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

Yields:

  • (_self)

Yield Parameters:



3
4
5
# File 'lib/transparent_data/configurable.rb', line 3

def configure
  yield self
end