Question

In Ruby main, you can embed IRB inside of a Ruby script as described here. Is there a way to do something similar with IIRB inside an IronRuby script?

Was it helpful?

Solution

http://wiki.github.com/ironruby/ironruby/debugging might be useful to you ("repl binding" is the same as the one above, I believe, and is what I use).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top