summaryrefslogtreecommitdiff
path: root/lib/net/ssh/proxy/http.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/proxy/http.rb')
-rw-r--r--lib/net/ssh/proxy/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/proxy/http.rb b/lib/net/ssh/proxy/http.rb
index e7dc3d0..fd9958e 100644
--- a/lib/net/ssh/proxy/http.rb
+++ b/lib/net/ssh/proxy/http.rb
@@ -40,7 +40,7 @@ module Net
#
# * :user => the user name to use when authenticating to the proxy
# * :password => the password to use when authenticating
- def initialize(proxy_host, proxy_port=80, options={})
+ def initialize(proxy_host, proxy_port = 80, options = {})
@proxy_host = proxy_host
@proxy_port = proxy_port
@options = options