aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/less_than.rb
blob: cfaf716c42289b408d8f0fa04315676d91e71990 (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class LessThan < Arel::Nodes::Binary
    end
  end
end