S
Sergio Ruiz
i am trying to get mechanize to work, but i am getting the following
error..
does anyone have any ideas?
this happens in irb and while running scripts.. if i do an
agent.methods, i get not 'get' in the list either..
very weird..
i would appreciate any help
thanks!
irb(main):009:0> agent = WWW::Mechanize.new
=> #<WWW::Mechanize:0x21960ac>
irb(main):010:0> agent.get('http://google.com/')
NoMethodError: undefined method `get' for #<WWW::Mechanize:0x21960ac>
from (irb):10
irb(main):011:0>
error..
does anyone have any ideas?
this happens in irb and while running scripts.. if i do an
agent.methods, i get not 'get' in the list either..
very weird..
i would appreciate any help
thanks!
irb(main):009:0> agent = WWW::Mechanize.new
=> #<WWW::Mechanize:0x21960ac>
irb(main):010:0> agent.get('http://google.com/')
NoMethodError: undefined method `get' for #<WWW::Mechanize:0x21960ac>
from (irb):10
irb(main):011:0>