diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-19 06:25:06 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-19 06:25:06 +0000 |
commit | 50db992a6ad43e98a5cdf5fda757f614f6c5156f () | |
tree | 5d2b13d84e3681be40d9fbd47a5b31cdb2055587 /lib/fileutils.rb | |
parent | 00ed779cb0b34600092c5486475419142cd9d112 (diff) |
Change Kernel#warn to call Warning.warn
This allows Warning.warn to filter/process warning messages generated by Kernel#warn. Currently, Warning.warn can only handle messages generated by the rb_warn/rb_warning C functions. The Kernel#warn API is different than the Warning.warn API, this tries to get similar behavior, but there are probably corner cases where the behavior is different. This makes str_end_with_asciichar in io.c no longer static so it can be called from error.c. [Feature #12944] Author: Jeremy Evans <[email protected]> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
0 files changed, 0 insertions, 0 deletions