and(right)
Factory method to create an Nodes::And node.
# File activerecord/lib/arel/nodes/node.rb, line 135 def and(right) Nodes::And.new [self, right] end