We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.0 :001 > require 'proxifier/proxy' => true 2.1.0 :002 > proxy = Proxifier::Proxy("192.3.169.70:80") NoMethodError: undefined method `Proxy' for Proxifier:Module
The text was updated successfully, but these errors were encountered:
Having this same issue...
Sorry, something went wrong.
I'm Facing same issue as well. My ruby version is
ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-linux]
I received this as well on Ruby 2.2.0.
> gem install proxifier Fetching: proxifier-1.0.3.gem (100%) Successfully installed proxifier-1.0.3 1 gem installed > irb irb(main):001:0> require 'proxifier/proxy' => true irb(main):002:0> proxy = Proxifier::Proxy( 'localhost:3000' ) NoMethodError: undefined method `Proxy' for Proxifier:Module from (irb):2 from /Users/george/.rbenv/versions/2.2.0/bin/irb:11:in `<main>'
No branches or pull requests
2.1.0 :001 > require 'proxifier/proxy'
=> true
2.1.0 :002 > proxy = Proxifier::Proxy("192.3.169.70:80")
NoMethodError: undefined method `Proxy' for Proxifier:Module
The text was updated successfully, but these errors were encountered: