aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/node.rb')
-rw-r--r--lib/arel/nodes/node.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/arel/nodes/node.rb b/lib/arel/nodes/node.rb
index 84dcb1cdf5..f10487ff6b 100644
--- a/lib/arel/nodes/node.rb
+++ b/lib/arel/nodes/node.rb
@@ -6,6 +6,9 @@ module Arel
include Arel::FactoryMethods
include Enumerable
+ def initialize
+ end
+
###
# Factory method to create a Nodes::Not node that has the recipient of
# the caller as a child.