diff options
author | delano <delano@delanotes.com> | 2014-04-30 13:29:16 -0400 |
---|---|---|
committer | delano <delano@delanotes.com> | 2014-04-30 13:29:16 -0400 |
commit | eb04d9319c0f08b7ea6fb6b7c7ff527cede8af14 (patch) | |
tree | da67d15d3a7074a67abae67e75cf42cc45beedd4 /lib/net/ssh/test/socket.rb | |
parent | 44c9724119e12399cbd6c1cba671ed32ab0d3bda (diff) | |
parent | 9b0e528049b021fe9f78f74bdd211178aa14b624 (diff) | |
download | net-ssh-jefmathiot-master.tar.gz |
Merge branch 'master' of github.com:jefmathiot/net-ssh into jefmathiot-masterjefmathiot-master
Diffstat (limited to 'lib/net/ssh/test/socket.rb')
-rw-r--r-- | lib/net/ssh/test/socket.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/test/socket.rb b/lib/net/ssh/test/socket.rb index 21a20f2..76ff18e 100644 --- a/lib/net/ssh/test/socket.rb +++ b/lib/net/ssh/test/socket.rb @@ -39,7 +39,7 @@ module Net; module SSH; module Test # Allows the socket to also mimic a socket factory, simply returning # +self+. - def open(host, port) + def open(host, port, options={}) @host, @port = host, port self end |