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





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