From: Eric Hodel Date: 2011-06-17T09:15:37+09:00 Subject: [ruby-core:37189] [Ruby 1.9 - Feature #4867] Document more Module callbacks Issue #4867 has been updated by Eric Hodel. Thanks for the patch. In the future can you attach the patch to a ticket instead of having both a ticket and a pull request? It ensures that the patch does not get committed twice by accident. ---------------------------------------- Feature #4867: Document more Module callbacks http://redmine.ruby-lang.org/issues/4867 Author: Bryce Kerley Status: Closed Priority: Normal Assignee: Eric Hodel Category: DOC Target version: I've added documentation for the method_added and method_removed callbacks on Module. The patches are available at https://github.com/shyouhei/ruby/pull/5 , don't change any code or test coverage, and should apply cleanly. -- http://redmine.ruby-lang.org