# File lib/arel/predications.rb, line 119
    def gt right
      Nodes::GreaterThan.new self, right
    end