method
gteq
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
gteq(right)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 163
def gteq(right)
Nodes::GreaterThanOrEqual.new self, quoted_node(right)
end