diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-01 09:04:57 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-01 09:04:57 -0800 |
commit | c9fe1b3e2b6124bf5c6df27b89d9efa1e58fdd9c (patch) | |
tree | dcfb6e676a115ac7f1225a3f1bb54b64fe0e1af3 /lib/arel | |
parent | 288eefd4b13fe5177782049e58445c15d5e02708 (diff) | |
download | rails-c9fe1b3e2b6124bf5c6df27b89d9efa1e58fdd9c.tar.gz rails-c9fe1b3e2b6124bf5c6df27b89d9efa1e58fdd9c.tar.bz2 rails-c9fe1b3e2b6124bf5c6df27b89d9efa1e58fdd9c.zip |
rails 3.0.x will not let us have nice things
Diffstat (limited to 'lib/arel')
-rw-r--r-- | lib/arel/nodes/node.rb | 2 |
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. |