I haven't tried this, so I cannot speak from experiance - this is just a thought.
To enable class redefinitions why not run the JVM that is running JRuby in debugging mode and hot swap the class. See: http://java.sun.com/j2se/1.4.2/docs/guide/jpda/jvmdi-spec.html#RedefineClasses This way new methods/closures can be added/removed at runtime. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
