Class Uttk::Dumpers::Path
In: lib/uttk/dumpers/Path.rb
Parent: Dumper

Methods

new_leaf  

Included Modules

Concrete

Protected Instance methods

[Source]

# File lib/uttk/dumpers/Path.rb, line 13
      def new_leaf ( *args )
        super
        puts args.to_yaml
        flush
      end

[Validate]