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

Version Path
pry-doc-0.4.4 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_18/objects/Module/remove_method_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_18/objects/Module/remove_method_i.dat