Skip to Content Skip to Search
Methods
N

Class Public methods

new(block)

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