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.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/arel/nodes/node.rb b/lib/arel/nodes/node.rb
index a3eadf7170..36e7628612 100644
--- a/lib/arel/nodes/node.rb
+++ b/lib/arel/nodes/node.rb
@@ -51,8 +51,6 @@ module Arel
::Arel::Visitors::DepthFirst.new(block).accept self
end
-
- def cast_reference?; false; end # :nodoc:
end
end
end