Module: ActiveFacts::Generate::Helpers

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

Overview

:nodoc:

Defined Under Namespace

Classes: OO, OrderedDumper

Instance Method Summary collapse

Instance Method Details

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



610
611
612
# File 'lib/activefacts/generate/helpers/ordered.rb', line 610

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