I want to automatically add loaded dll of the current application into ironruby engine so that each time I execute a script I won't specify the "require" script anymore.
Thanks a lot.
I want to automatically add loaded dll of the current application into ironruby engine so that each time I execute a script I won't specify the "require" script anymore. Thanks a lot.
| |||
feedback
|
You can use IronRuby.Ruby.RequireFile in order to load a script file only once. For example, the next line loads the CSV library from the standard library folder:
Hope it helps, Shay. | |||
feedback
|
I did this in September 2008 using
| |||
feedback
|