Files

Class Index [+]

Quicksearch

Arel::Predicates::GreaterThan

Public Instance Methods

complement() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 221
221:       def complement
222:         LessThanOrEqualTo.new(operand1, operand2)
223:       end
operator() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 225
225:       def operator; :> end
predicate_sql() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 227
227:       def predicate_sql; '>' end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.