cool thanks

Is there a way to inspect interactively after running a script ?
I used to use ir -i but -i is used for something differently I've been told
last time.

And the last question I had is:
How do I detach an event handler the equivalent of -= in C#?

2008/8/14 John Lam (IRONRUBY) <[EMAIL PROTECTED]>

> Jim Deville:
>
> > If you're running ir.cmd, it should be including the -I options for
> > you.
>
> Not sure if this helps, but ir.cmd has gone away in the r128 build. We are
> now configuring the relative paths to the different directories via
> ir.exe.config:
>
> <configuration>
>  <appSettings>
>    <add key="LibPaths"
> value="..\..\lib\IronRuby;..\..\lib\ruby\site_ruby\1.8;..\..\lib\ruby\site_ruby;..\..\lib\ruby\1.8"
> />
>  </appSettings>
> </configuration>
>
> Thanks,
> -John
>
> _______________________________________________
> Ironruby-core mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to