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