class Psych::Visitors::DepthFirst

Public Class Methods

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