diff options
Diffstat (limited to 'lib/arel/nodes/not_in.rb')
-rw-r--r-- | lib/arel/nodes/not_in.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/arel/nodes/not_in.rb b/lib/arel/nodes/not_in.rb deleted file mode 100644 index 6c01921a46..0000000000 --- a/lib/arel/nodes/not_in.rb +++ /dev/null @@ -1,6 +0,0 @@ -module Arel - module Nodes - class NotIn < Arel::Nodes::Binary - end - end -end |