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