class Psych::Visitors::DepthFirst

Public Class Methods

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