187 188 189
# File 'activerecord/lib/arel/predications.rb', line 187 def lt(right) Nodes::LessThan.new self, quoted_node(right) end