# File lib/arel/predications.rb, line 143
    def lteq right
      Nodes::LessThanOrEqual.new self, right
    end