Method: Babelyoda::SpecificationLoader#dump
- Defined in:
- lib/babelyoda/specification_loader.rb
#dump ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/babelyoda/specification_loader.rb', line 19 def dump unless ::Rake.application..trace ap self, :indent => -2 else p self end end |