diff options
Diffstat (limited to 'include/ruby/internal/method.h')
-rw-r--r-- | include/ruby/internal/method.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/internal/method.h b/include/ruby/internal/method.h index dcd3872154..19feb0c10b 100644 --- a/include/ruby/internal/method.h +++ b/include/ruby/internal/method.h @@ -159,6 +159,7 @@ RBIMPL_ATTR_NONNULL(()) * @param[in] name Name of the undef. * @exception rb_eTypeError `klass` is a non-module. * @exception rb_eFrozenError `klass` is frozen. + * @see rb_remove_method */ void rb_undef_method(VALUE klass, const char *name); |