Skip to content

Commit 747cc57

Browse files
committed
Explicitly require timeout.
Closes #12
1 parent 5b668d5 commit 747cc57

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)