diff options
Diffstat (limited to 'lib/net/ssh/test')
-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 |