1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix visibility as module_function

This commit is contained in:
Nobuyoshi Nakada 2019-12-13 20:51:58 +09:00
parent 6183addf6a
commit a2e8712349
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -2,6 +2,7 @@
# fronzen-string-literal: true
module Kernel
module_function
# call-seq:
# warn(*msgs, uplevel: nil) -> nil