Flowdock
method

nary

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: DepthFirst
nary(o) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/psych/lib/psych/visitors/depth_first.rb, line 10
      def nary o
        o.children.each { |x| visit x }
        @block.call o
      end
Register or log in to add new notes.