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