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