aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/concerning_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Concern#class_methods and Kernel#concernJeremy Kemper2014-02-231-14/+44
|
* Introduce Module#concerningJeremy Kemper2013-12-171-0/+35
A natural, low-ceremony way to separate responsibilities within a class. Imported from https://github.com/37signals/concerning#readme