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