We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd735b commit 75787b3Copy full SHA for 75787b3
1 file changed
lib/winrm/shells/base.rb
@@ -187,6 +187,7 @@ def remove_finalizer
187
def self.finalize(connection_opts, transport, shell_id)
188
proc { Thread.new { close_shell(connection_opts, transport, shell_id) } }
189
end
190
+ private_class_method :finalize
191
192
193
0 commit comments