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;"