# File lib/arel/predications.rb, line 127
    def lt right
      Nodes::LessThan.new self, right
    end