aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/synchronization.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: use method_defined? instead of instance_methods.include? Do...Jeremy Kemper2008-09-061-3/+6
* Add synchronization to connection pool alsoNick2008-08-291-2/+2
* Module#synchronize: Add testcase to ensure that singleton methods can be wrappedNick2008-08-291-1/+0
* Add method punctuation handling to #synchronizeNick2008-08-291-3/+5
* Adds Module#synchronize for easier method-level synchronization.Nick2008-08-291-0/+35