diff options
Diffstat (limited to 'lib/net/ssh/test/channel.rb')
-rw-r--r-- | lib/net/ssh/test/channel.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/net/ssh/test/channel.rb b/lib/net/ssh/test/channel.rb index 7cebb9a..9a46ab3 100644 --- a/lib/net/ssh/test/channel.rb +++ b/lib/net/ssh/test/channel.rb @@ -1,7 +1,6 @@ module Net module SSH module Test - # A mock channel, used for scripting actions in tests. It wraps a # Net::SSH::Test::Script instance, and delegates to it for the most part. # This class has little real functionality on its own, but rather acts as @@ -143,7 +142,6 @@ module Net script.gets_channel_close(self) end end - end end end |