diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-12-18 01:55:23 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-18 01:55:23 +0900 |
| commit | 815e0c400a3fc889a1a3503e6fd21e56ab01faee (patch) | |
| tree | d3318b14ab4f80edac96b910b84b9fde025b6116 /include | |
| parent | 4c1667a5f67defd593bd37b2cbab0e0f33f7af75 (diff) | |
| parent | d2f2f9db511afc348a88f864b9f0b0ccfc59a8f1 (diff) | |
| download | mruby-815e0c400a3fc889a1a3503e6fd21e56ab01faee.tar.gz mruby-815e0c400a3fc889a1a3503e6fd21e56ab01faee.zip | |
Merge pull request #4875 from shuujii/remove-location-info-from-Exception-inspect
Remove location info from `Exception#inspect`
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/class.h b/include/mruby/class.h index 7c925f3b3..c15633e83 100644 --- a/include/mruby/class.h +++ b/include/mruby/class.h @@ -90,6 +90,7 @@ mrb_value mrb_instance_new(mrb_state *mrb, mrb_value cv); void mrb_class_name_class(mrb_state*, struct RClass*, struct RClass*, mrb_sym); mrb_bool mrb_const_name_p(mrb_state*, const char*, mrb_int); mrb_value mrb_class_find_path(mrb_state*, struct RClass*); +mrb_value mrb_mod_to_s(mrb_state*, mrb_value); void mrb_gc_mark_mt(mrb_state*, struct RClass*); size_t mrb_gc_mark_mt_size(mrb_state*, struct RClass*); void mrb_gc_free_mt(mrb_state*, struct RClass*); |
