aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/arel/nodes/node.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/arel/nodes/node.rb b/lib/arel/nodes/node.rb
index 634e580a8f..4e182d2850 100644
--- a/lib/arel/nodes/node.rb
+++ b/lib/arel/nodes/node.rb
@@ -3,8 +3,6 @@ module Arel
###
# Abstract base class for all AST nodes
class Node
- include Enumerable
-
###
# Factory method to create a Nodes::Not node that has the recipient of
# the caller as a child.