Method: Explorer::Proxy#initialize
- Defined in:
- lib/explorer/proxy.rb
#initialize(host, port) ⇒ Proxy
Returns a new instance of Proxy.
5 6 7 8 |
# File 'lib/explorer/proxy.rb', line 5 def initialize(host, port) @host = host @port = port end |