Search code examples
rubyironrubyirb

How does one embed IIRB inside of a IronRuby program?


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?


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).