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