Sha256: 53f767bdeaa11b221d303c320caccd186fb0bbbb812e90e904971930ea0bab04

Contents?: true

Size: 1.53 KB

Versions: 12

Compression:

Stored size: 1.53 KB

Contents

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

   module Chatty
     def Chatty.singleton_method_added(id)
       puts "Adding #{id.id2name}"
     end
     def self.one()     end
     def two()          end
     def Chatty.three() end
   end

<em>produces:</em>

   Adding singleton_method_added
   Adding one
   Adding three;F:@objectIu:YARD::StubProxy'BasicObject#singleton_method_added;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;;:@types0:@signatureI"#singleton_method_added(symbol);F;IC;";F;Iu;'BasicObject#singleton_method_added;F;0;[;[:	@allI";F;[[:symbol0;Iu;'BasicObject#singleton_method_added;F;I"Invoked as a callback whenever a singleton method is added to the
receiver.

   module Chatty
     def Chatty.singleton_method_added(id)
       puts "Adding #{id.id2name}"
     end
     def self.one()     end
     def two()          end
     def Chatty.three() end
   end

<em>produces:</em>

   Adding singleton_method_added
   Adding one
   Adding three



@overload singleton_method_added(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_added_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_19/objects/BasicObject/singleton_method_added_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_19/objects/BasicObject/singleton_method_added_i.dat