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