aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/kernel/singleton_class.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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