John’s “to-do” list of miscellaneous things that have come up but haven’t been addressed. In priority order.

  1. If you do instance_eval, can you get at private methods?
  2. stack traces in exceptions?
  3. method_missing — in what form do the args to the original method call come to method_missing?
  4. super and initialize
  5. screencast of Ruby editors
  6. screencast of Rails IDEs
  7. Inheritance, pros and cons
  8. Ruby debuggers
  9. Post VM image for pre-built Linux with Ruby and Rails
  10. More on Ranges
  11. Definitive statement on splat
  12. Notes on hash keys
  13. default namespace?
  14. Multiple mixins, what happens to instance variables with same names?