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