method
gteq
rails 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