Module: Flattener

Included in:
Base
Defined in:
lib/flattener.rb,
lib/flattener/base.rb,
lib/flattener/version.rb,
lib/flattener/configurator.rb

Defined Under Namespace

Classes: Base, Configurator, NestedConfigurator

Constant Summary collapse

VERSION =
"0.0.9"

Instance Method Summary collapse

Instance Method Details

#flat(object, options = {}, &block) ⇒ Object



7
8
9
# File 'lib/flattener.rb', line 7

def flat object, options = {}, &block
  Flattener::Configurator.flat(self, object, options, &block)
end