Psych::Visitors::Visitor
# File ruby-3.1.2/ext/psych/lib/psych/visitors/depth_first.rb, line 5 def initialize block @block = block end
# File ruby-3.1.2/ext/psych/lib/psych/visitors/depth_first.rb, line 11 def nary o o.children.each { |x| visit x } @block.call o end
# File ruby-3.1.2/ext/psych/lib/psych/visitors/depth_first.rb, line 20 def terminal o @block.call o end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.