method

new

ruby latest stable - Class: Psych::Visitors::DepthFirst
new(block)
public

No documentation available.

# File ext/psych/lib/psych/visitors/depth_first.rb, line 5
      def initialize block
        @block = block
      end