I’m having a strange problem with some of my required modules/gems.
After relocating code to new files some of the modules has started
acting strange. For example, Hpricot has started generating Exceptions
as well as net/ssh regarding NoMethodError. What could be the problem?
Some of the Exceptions:
Exception NoMethodError' at /Library/Ruby/Gems/1.8/gems/net-ssh-2.1.0/lib/net/ssh/buffer.rb:55 - private methodsend’ called for #<Net::SSH::Buffer:0x101579908
@content="", @position=0>
Exception NoMethodError' at /Library/Ruby/Gems/1.8/gems/hpricot-0.8.3/lib/hpricot/elements.rb:310 - private methodsend’ called for #Hpricot::Elem:0x1005a38d0
[UPDATE]
Okey, so I found the problem, seem like one of my functions, in another
file
superimposed send, in net/ssh and hpricot… Strange
Exception NoMethodError' at /Library/Ruby/Gems/1.8/gems/hpricot-0.8.3/lib/hpricot/elements.rb:310 - private method send’ called for #Hpricot::Elem:0x1005a38d0
We need more context, at least stack traces and probably also how you
use those libraries. Ruby and gem versions are probably also helpful.
Exception NoMethodError' at /Library/Ruby/Gems/1.8/gems/hpricot-0.8.3/lib/hpricot/elements.rb:310 - private method send’ called for #Hpricot::Elem:0x1005a38d0
We need more context, at least stack traces and probably also how you
use those libraries. Ruby and gem versions are probably also helpful.
Cheers
robert
Hey,
I solved the problem, one of my functions superimposed send in net/http
as well as in hpricot.
Thanks.
//Walle
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.