I am using ir command to run it. It is all ruby code.

I went to the 
C:\ironruby\ironruby\Merlin\External.LCA_RESTRICTED\Languages\Ruby\redist-libs\ruby\1.8
 
folder and run the following code:

require 'open-uri'

it asked for stringio (not sure why it was missing) so I placed it in 
the 1.8 folder and ran again and it worked. But now when I use the same 
files for my project libs/stringio.rb it does not work.


C:\IronRubyProjects\IronRubyTaskListApplication>ir main_form.rb
:0:in `require': no such file to load -- uri (LoadError)
        from ./libs/open-uri.rb:1
        from main_form.rb:4
        from :0:in `require'


-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to