diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-05-18 10:43:26 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-06-19 18:46:55 +0900 |
commit | d863f4bccdd1b5566fbdbe87af766e54b995f8af () | |
tree | 23f94a6dd5296847446a240615e2bc393457bf1d /warning.rb | |
parent | c8703a17ceedae4a72f83c962a4d098731a85dda (diff) |
[Feature #16254] Use `__builtin.func` style
Notes: Merged: https://.com/ruby/ruby/pull/3165
-rw-r--r-- | warning.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,6 @@ module Kernel # baz.rb:6: warning: invalid call to foo # def warn(*msgs, uplevel: nil) - __builtin_rb_warn_m(msgs, uplevel) end end |