From: Dave Thomas Date: 2001-12-17T23:19:11+09:00 Subject: [ruby-talk:28768] Re: RDoc - Document Ruby source files Alexander Bokovoy writes: > Is there a way to execute some code inside your application in an isolated > environment and reliably catch all errors/context without crashing own > application in case when some unresolved symbols or something like that > are exist? Yes, but... is there any way to supply that code with the data it needs to run? And are you sure you want me to execute the "initiate_self_destruct" method? Perhaps an alternative is to provide a way to document virtual classes: classes that only appear at runtime. Dave