Sha256: 3dfccdd3034e32e7635a413ba45195bc0fe026be01eadf26de3687c52c418abe

Contents?: true

Size: 1.66 KB

Versions: 12

Compression:

Stored size: 1.66 KB

Contents

o:$YARD::CodeObjects::MethodObject:@scope:
instance:@visibility:public:
@pathI")BasicObject#singleton_method_removed:EF:@parameters[:@files[[I"
object.c;T0:@current_file_has_commentsF:
@name:singleton_method_removed:@source_type:c:
@tags[:@docstringIC:YARD::Docstring" Invoked as a callback whenever a singleton method is removed from
the receiver.

   module Chatty
     def Chatty.singleton_method_removed(id)
       puts "Removing #{id.id2name}"
     end
     def self.one()     end
     def two()          end
     def Chatty.three() end
     class << self
       remove_method :three
       remove_method :one
     end
   end

<em>produces:</em>

   Removing three
   Removing one;F:@objectIu:YARD::StubProxy)BasicObject#singleton_method_removed;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;;:@types0:@signatureI"%singleton_method_removed(symbol);F;IC;";F;Iu;)BasicObject#singleton_method_removed;F;0;[;[:	@allI";F;[[:symbol0;Iu;)BasicObject#singleton_method_removed;F;I"ÍInvoked as a callback whenever a singleton method is removed from
the receiver.

   module Chatty
     def Chatty.singleton_method_removed(id)
       puts "Removing #{id.id2name}"
     end
     def self.one()     end
     def two()          end
     def Chatty.three() end
     class << self
       remove_method :three
       remove_method :one
     end
   end

<em>produces:</em>

   Removing three
   Removing one


@overload singleton_method_removed(symbol);F:@namespaceIu;BasicObject;F:@docstring_extra0:@sourceI"S/*
 * Not documented
 */

static VALUE
rb_obj_dummy(void)
{
    return Qnil;
};F

Version data entries

12 entries across 12 versions & 2 rubygems

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