method

binary

binary(o)
private

No documentation available.

# File activerecord/lib/arel/visitors/depth_first.rb, line 76
        def binary(o)
          visit o.left
          visit o.right
        end