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