Skip to content

Commit 5a5ffb6

Browse files
committed
Merge pull request #13 from balasankarc/master
Explicitly require timeout.
2 parents dafe748 + 747cc57 commit 5a5ffb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/ssh/multi/server.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'net/ssh'
2+
require 'timeout'
23

34
module Net; module SSH; module Multi
45
# Encapsulates the connection information for a single remote server, as well

0 commit comments

Comments
 (0)