Module: ActiveFacts::Generators::Helpers

Defined in:
lib/activefacts/generators/helpers/ordered.rb,
lib/activefacts/generators/helpers/oo.rb

Overview

:nodoc:

Defined Under Namespace

Classes: OO, OrderedDumper

Instance Method Summary collapse

Instance Method Details

#dump(vocabulary, out = $>) ⇒ Object



600
601
602
# File 'lib/activefacts/generators/helpers/ordered.rb', line 600

def dump(vocabulary, out = $>)
  OrderedDumper.new(vocabulary).dump(out)
end