By alashcraft
via dotnet.dzone.com
Published: Dec 02 2009 / 23:17
When building an application it might be very handy to have a REPL console that knows about the libraries of your application, but you don’t necessarily want to start your application to interact with it. In Rails they have a script/console command. Here’s how you create one that knows about ironruby. The example I’m going to use is taken from an IronRubyMVC application.



Add your comment