From 7f17b23aea3008e1d4ae01ef2713bf4555f29efe Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:50:04 +0100 Subject: [PATCH] extending.rb needs active_support/core_ext/class/removal because it uses reachable? --- activesupport/lib/active_support/core_ext/object/extending.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activesupport/lib/active_support/core_ext/object/extending.rb b/activesupport/lib/active_support/core_ext/object/extending.rb index de8121f274..7ac13d3d1a 100644 --- a/activesupport/lib/active_support/core_ext/object/extending.rb +++ b/activesupport/lib/active_support/core_ext/object/extending.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/class/removal' + class Class # Rubinius if defined?(Class.__subclasses__) -- GitLab