aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel')
-rw-r--r--lib/arel/nodes/as.rb6
-rw-r--r--lib/arel/nodes/assignment.rb6
-rw-r--r--lib/arel/nodes/between.rb6
-rw-r--r--lib/arel/nodes/not_equal.rb6
-rw-r--r--lib/arel/nodes/or.rb6
5 files changed, 0 insertions, 30 deletions
diff --git a/lib/arel/nodes/as.rb b/lib/arel/nodes/as.rb
deleted file mode 100644
index 9009fe12f4..0000000000
--- a/lib/arel/nodes/as.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Nodes
- class As < Arel::Nodes::Binary
- end
- end
-end
diff --git a/lib/arel/nodes/assignment.rb b/lib/arel/nodes/assignment.rb
deleted file mode 100644
index 693bd5afe6..0000000000
--- a/lib/arel/nodes/assignment.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Nodes
- class Assignment < Arel::Nodes::Binary
- end
- end
-end
diff --git a/lib/arel/nodes/between.rb b/lib/arel/nodes/between.rb
deleted file mode 100644
index 2e7596cdae..0000000000
--- a/lib/arel/nodes/between.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Nodes
- class Between < Arel::Nodes::Binary
- end
- end
-end
diff --git a/lib/arel/nodes/not_equal.rb b/lib/arel/nodes/not_equal.rb
deleted file mode 100644
index 7f892940cb..0000000000
--- a/lib/arel/nodes/not_equal.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Nodes
- class NotEqual < Arel::Nodes::Binary
- end
- end
-end
diff --git a/lib/arel/nodes/or.rb b/lib/arel/nodes/or.rb
deleted file mode 100644
index bdf7f6d9b3..0000000000
--- a/lib/arel/nodes/or.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Nodes
- class Or < Arel::Nodes::Binary
- end
- end
-end