method

gteq

gteq(right)
public

No documentation available.

# File activerecord/lib/arel/predications.rb, line 167
    def gteq(right)
      Nodes::GreaterThanOrEqual.new self, quoted_node(right)
    end