astro / socksify-ruby

Redirect any TCP connection initiated by a Ruby script through a SOCKS5 proxy
http://socksify.rubyforge.org/
Other
165 stars 79 forks source link

color.to_s undefined #10

Closed pirj closed 13 years ago

pirj commented 13 years ago

Looks like it's a good idea to define a default '' num in Color class

'''ruby-1.9.2-p180/gems/socksify-1.4.1/lib/socksify/debug.rb:23:in to_s': undefined local variable or methodnum' for #Color:0x995456c (NameError) from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/socksify-1.4.1/lib/socksify/debug.rb:19:in to_s' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/padrino-core-0.10.0/lib/padrino-core/reloader.rb:101:inblock in lock!' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/padrino-core-0.10.0/lib/padrino-core/reloader.rb:101:in map' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/padrino-core-0.10.0/lib/padrino-core/reloader.rb:101:inlock!' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/padrino-core-0.10.0/lib/padrino-core/loader.rb:54:in load!' from /home/pirj/source/reestr/portal/config/boot.rb:29:in<top (required)>' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/padrino-core-0.10.0/lib/padrino-core/cli/base.rb:68:in require' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/padrino-core-0.10.0/lib/padrino-core/cli/base.rb:68:inconsole' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/thor-0.14.6/lib/thor/task.rb:22:in run' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/thor-0.14.6/lib/thor/invocation.rb:118:ininvoke_task' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/thor-0.14.6/lib/thor.rb:263:in dispatch' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/thor-0.14.6/lib/thor/base.rb:389:instart' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/gems/padrino-core-0.10.0/bin/padrino:9:in <top (required)>' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/bin/padrino:19:inload' from /home/pirj/.rvm/gems/ruby-1.9.2-p180/bin/padrino:19:in `

' '''

astro commented 13 years ago

Why does this Color instance have no num method? Is it clashing names with another library?

pirj commented 13 years ago

Reset.new.to_s ?

astro commented 13 years ago

Reset isn't even a subclass of Color.

pirj commented 13 years ago

Cannot reproduce anymore. No idea what was that. Sorry for bothering.