method
nary
v2_2_9 -
Show latest stable
- Class:
Psych::Visitors::DepthFirst
nary(o)private
No documentation available.
# File ext/psych/lib/psych/visitors/depth_first.rb, line 10
def nary o
o.children.each { |x| visit x }
@block.call o
end