aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel/singleton_class.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove Kernel#singleton_class from core_ext as it is present in ruby 1.9lest2011-12-211-7/+0
|
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also ↵Xavier Noria2010-04-051-0/+13
there, same for #class_eval to simplify, and adds coverage for class_eval