Skip to content

Commit 65dcf8f

Browse files
committed
Protect internal method in Process
1 parent d5f59cd commit 65dcf8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/ruby/core/process.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def self.nanoseconds_to_unit(nanoseconds, unit)
200200
raise ArgumentError, "unexpected unit: #{unit}"
201201
end
202202
end
203+
private_class_method :nanoseconds_to_unit
203204

204205
##
205206
# Sets the process title. Calling this method does not affect the value of

0 commit comments

Comments
 (0)