method

visit_Arel_Nodes_Comment

visit_Arel_Nodes_Comment(o)
private

No documentation available.

# File activerecord/lib/arel/visitors/depth_first.rb, line 184
        def visit_Arel_Nodes_Comment(o)
          visit o.values
        end