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