Hi, I am using the following code to do some screen scraping but it says "no such file to load open-uri".
Here is the code:
require 'open-uri'
require 'uri'
class Person
def greet()
puts 'hello world'
end
Thanks,
Azam
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core
