# File lib/arel/nodes/node.rb, line 25
      def and right
        Nodes::And.new [self, right]
      end