From a87fc34a84a893b86d5ccb401d3bd4b9e544bfc2 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Mon, 31 Oct 2016 17:56:37 +0200 Subject: it shouldn't be a private method --- lib/oxidized/input/ssh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/oxidized/input/ssh.rb b/lib/oxidized/input/ssh.rb index 30b481d..9a5c508 100644 --- a/lib/oxidized/input/ssh.rb +++ b/lib/oxidized/input/ssh.rb @@ -73,12 +73,12 @@ module Oxidized @output end - private - def pty_options hash @pty_options = @pty_options.merge hash end + private + def disconnect disconnect_cli # if disconnect does not disconnect us, give up after timeout -- cgit v1.2.1