Guest User

Untitled

a guest
Jul 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ** Method-related Hooks
  2.  
  3. * method_missing
  4. * method_added
  5. * singleton_method_added
  6. * method_removed
  7. * singleton_method_removed
  8. * method_undefined
  9. * singleton_method_undefined
  10.  
  11. ** Class & Module Hooks
  12.  
  13. * inherited
  14. * append_features
  15. * included
  16. * extend_object
  17. * extended
  18. * initialize_copy
  19. * const_missing
  20.  
  21. ** Marshalling Hooks
  22.  
  23. * marshal_dump
  24. * marshal_load
  25.  
  26. ** Coercion Hooks
  27.  
  28. * coerce
  29. * induced_from
  30. * to_xxx
Add Comment
Please, Sign In to add comment