Function rb_f_notimplement

Source
pub unsafe extern "C" fn rb_f_notimplement(
    argc: c_int,
    argv: *const VALUE,
    obj: VALUE,
    marker: VALUE,
) -> !
Expand description

Raises ::rb_eNotImpError. This function is used as an argument to rb_define_method etc.

[`rb_define_method`][`rb_cFoo`], "foo", [`rb_f_notimplement`], -1);

@param argc Unused parameter. @param argv Unused parameter. @param obj Unused parameter. @param marker Unused parameter. @exception rb_eNotImpError Always. @return Never returns.

@internal

ยงSee also the Q&A section of include/ruby/internal/anyargs.h.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3