mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02: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
|
# fronzen-string-literal: true
|
||||||
|
|
||||||
module Kernel
|
module Kernel
|
||||||
|
module_function
|
||||||
|
|
||||||
# call-seq:
|
# call-seq:
|
||||||
# warn(*msgs, uplevel: nil) -> nil
|
# warn(*msgs, uplevel: nil) -> nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue