diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-12-13 20:51:58 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-12-13 20:51:58 +0900 |
commit | a2e87123499f6eef9c03089f61f174dd4b3cc673 (patch) | |
tree | 56fc145b3131410ef0fe03bc1d3f99360314c670 /warning.rb | |
parent | 6183addf6a4b94db7fe5b9187ac66fa11c8d2825 (diff) |
Fix visibility as module_function
Diffstat (limited to 'warning.rb')
-rw-r--r-- | warning.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/warning.rb b/warning.rb index 8361176491..224650d4ef 100644 --- a/warning.rb +++ b/warning.rb @@ -2,6 +2,7 @@ # fronzen-string-literal: true module Kernel + module_function # call-seq: # warn(*msgs, uplevel: nil) -> nil |