On Wed, Jan 27, 2010 at 08:44, Xavier Noria <[email protected]> wrote:

> That in turn unrolled a series of related utilities that were unused, they
> are:
>
>   Object#subclasses_of
>   Object#remove_subclasses_of
>   Object#extended_by
>   Object#extend_with_included_modules_from
>   Class#remove_subclasses
>   Class#remove_class
>   Class#reachable?
>   Class#descedents
>
> They are gone as well, and I'll prepare a patch to deprecate them for 2.3.


Looks like remnants of the old reloading system?

So, if some classes (like ActiveRecord) in the framework implement their own
`subclasses`, why not implement it once in AS and remove those other
implementations?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to