Actions
Feature #4867
closedDocument more Module callbacks
    Feature #4867:
    Document more Module callbacks
  
Description
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.
        
           Updated by drbrain (Eric Hodel) over 14 years ago
          Updated by drbrain (Eric Hodel) over 14 years ago
          
          
        
        
      
      - Assignee set to drbrain (Eric Hodel)
- Priority changed from 3 to Normal
        
           Updated by drbrain (Eric Hodel) over 14 years ago
          Updated by drbrain (Eric Hodel) over 14 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r32143.
Bryce, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- object.c:  Document Module#method_added and #method_removed.
 Patch by Bryce Kerley. [Ruby 1.9 - Feature #4867]
        
           Updated by drbrain (Eric Hodel) over 14 years ago
          Updated by drbrain (Eric Hodel) over 14 years ago
          
          
        
        
      
      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.
Actions