From c9fe1b3e2b6124bf5c6df27b89d9efa1e58fdd9c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 1 Dec 2010 09:04:57 -0800 Subject: rails 3.0.x will not let us have nice things --- lib/arel/nodes/node.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/arel/nodes/node.rb') 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. -- cgit v1.2.3