aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/nodes/greater_than.rb
blob: 2e03cc2e186e01b81583d85ce0ae38f391572913 (plain) (tree)
1
2
3
4
5
6





                                           
module Arel
  module Nodes
    class GreaterThan < Arel::Nodes::Binary
    end
  end
end