From a1662156b3abb8830f7245bd6e398cf2ca1291d4 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 1 Dec 2010 09:19:09 -0800 Subject: we actually want enumerable in Node --- lib/arel/nodes/node.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/arel') diff --git a/lib/arel/nodes/node.rb b/lib/arel/nodes/node.rb index 4e182d2850..634e580a8f 100644 --- a/lib/arel/nodes/node.rb +++ b/lib/arel/nodes/node.rb @@ -3,6 +3,8 @@ 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. -- cgit v1.2.3