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