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