diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-01-08 19:07:16 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-01-09 22:38:06 +0900 |
commit | 590dc06e3840cc7b00d80ccaac9fbf42573428f8 () | |
tree | e5f6aa316246401b8d89e7419ddf0976238c04b5 /ext/-test-/fatal | |
parent | 161a20df28dd09ff35a32a7e2b7ce6cab7079707 (diff) |
Get rid of defining methods for tests in core classes
Not to interfere in other tests.
Notes: Merged: https://.com/ruby/ruby/pull/4043
-rw-r--r-- | ext/-test-/fatal/rb_fatal.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,5 +15,6 @@ ruby_fatal(VALUE obj, VALUE msg) void Init_rb_fatal(void) { - rb_define_method(rb_mKernel, "rb_fatal", ruby_fatal, 1); } |