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:
parent
6183addf6a
commit
a2e8712349
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# fronzen-string-literal: true
|
||||
|
||||
module Kernel
|
||||
module_function
|
||||
|
||||
# call-seq:
|
||||
# warn(*msgs, uplevel: nil) -> nil
|
||||
|
|
Loading…
Reference in a new issue