summaryrefslogtreecommitdiff
path: root/warning.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2020-05-18 10:43:26 +0900
committerNobuyoshi Nakada <[email protected]>2020-06-19 18:46:55 +0900
commitd863f4bccdd1b5566fbdbe87af766e54b995f8af ()
tree23f94a6dd5296847446a240615e2bc393457bf1d /warning.rb
parentc8703a17ceedae4a72f83c962a4d098731a85dda (diff)
[Feature #16254] Use `__builtin.func` style
Notes: Merged: https://.com/ruby/ruby/pull/3165
-rw-r--r--warning.rb2
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