Sha256: b021699cfb4ba8925eac5cfe24683f090efbf39624ce0d8bbb670017b1fd8660
Contents?: true
Size: 1.31 KB
Versions: 12
Compression:
Stored size: 1.31 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:remove_method:@docstringIC:YARD::Docstring"|Removes the method identified by _symbol_ from the current class. For an example, see <code>Module.undef_method</code>. :@objectu:YARD::StubProxyModule#remove_method: @summary0: @all"�Removes the method identified by _symbol_ from the current class. For an example, see <code>Module.undef_method</code>. @overload remove_method(symbol) @return [Module]:@ref_tags[: @tags[o:YARD::Tags::OverloadTag ; u;Module#remove_method;;;IC; " ; u;Module#remove_method;0; "@return [Module];[;[o:YARD::Tags::Tag ; 0;0:@types["Module: @text":@tag_name"return;0:@parameters[[:symbol0;0:@signature"remove_method(symbol);" overload:@current_file_has_commentsF:@scope: instance;[:@docstring_extra0:@files[["eval.c0:@namespaceu;Module: @path"Module#remove_method;[:@visibility:public:@source"�/* * call-seq: * remove_method(symbol) => self * * Removes the method identified by _symbol_ from the current * class. For an example, see <code>Module.undef_method</code>. */ static VALUE rb_mod_remove_method(argc, argv, mod) int argc; VALUE *argv; VALUE mod; { int i; for (i=0; i<argc; i++) { remove_method(mod, rb_to_id(argv[i])); } return mod; }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems