Skip to content
New issue

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

NoMethodError: undefined method `Proxy' for Proxifier:Module #3

Open
agenteo opened this issue May 27, 2014 · 3 comments
Open

NoMethodError: undefined method `Proxy' for Proxifier:Module #3

agenteo opened this issue May 27, 2014 · 3 comments

Comments

@agenteo
Copy link

agenteo commented May 27, 2014

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

@maxiedaniels
Copy link

Having this same issue...

@zaidakram
Copy link

I'm Facing same issue as well. My ruby version is

ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-linux]

@georgeu2000
Copy link

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>'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants