Methods
N
Class Public methods
new(block)
# File ext/psych/lib/psych/visitors/depth_first.rb, line 4
def initialize block
  @block = block
end