Skip to content

Commit 75787b3

Browse files
committed
fix rubocop violation
1 parent cbd735b commit 75787b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/winrm/shells/base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def remove_finalizer
187187
def self.finalize(connection_opts, transport, shell_id)
188188
proc { Thread.new { close_shell(connection_opts, transport, shell_id) } }
189189
end
190+
private_class_method :finalize
190191
end
191192
end
192193
end

0 commit comments

Comments
 (0)