method
gt
v6.1.3.1 -
Show latest stable
- Class:
Arel::Predications
gt(right)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 165
def gt(right)
Nodes::GreaterThan.new self, quoted_node(right)
end