Sha256: c11a841844f90b5241350b5e950725144e97e8c6a1dacfebe39649d96344d63f
Contents?: true
Size: 1.44 KB
Versions: 12
Compression:
Stored size: 1.44 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:singleton_method_added:@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 :@objectu:YARD::StubProxy"Object#singleton_method_added: @summary0: @all"�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):@ref_tags[: @tags[o:YARD::Tags::OverloadTag ; u;"Object#singleton_method_added;;;IC; " ; u;"Object#singleton_method_added;0; ";[;[:@types0:@parameters[[:symbol0: @text0:@signature"#singleton_method_added(symbol):@tag_name" overload:@current_file_has_commentsF:@scope: instance;[:@docstring_extra0:@files[[" object.c0:@namespaceu;Object: @path""Object#singleton_method_added;[:@visibility:public:@source"O/* * Not documented */ static VALUE rb_obj_dummy() { return Qnil; }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems