Method: Babelyoda::SpecificationLoader#dump

Defined in:
lib/babelyoda/specification_loader.rb

#dumpObject



19
20
21
22
23
24
25
# File 'lib/babelyoda/specification_loader.rb', line 19

def dump
  unless ::Rake.application.options.trace
    ap self, :indent => -2
  else
    p self
  end
end