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