method

nary

nary(o)
private

No documentation available.

# File activerecord/lib/arel/visitors/dot.rb, line 176
        def nary(o)
          o.children.each_with_index do |x, i|
            edge(i) { visit x }
          end
        end