Sha256: 34562c21571de9a19f07486c73dbdda27b7ae55281e17fbd785f56c4e38c8a0f
Contents?: true
Size: 1.49 KB
Versions: 12
Compression:
Stored size: 1.49 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI"+BasicObject#singleton_method_undefined:EF:@parameters[ :@files[[I" object.c;T0:@current_file_has_commentsF: @name:singleton_method_undefined:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"AInvoked as a callback whenever a singleton method is undefined in the receiver. module Chatty def Chatty.singleton_method_undefined(id) puts "Undefining #{id.id2name}" end def Chatty.one() end class << self undef_method(:one) end end <em>produces:</em> Undefining one;F:@objectIu:YARD::StubProxy+BasicObject#singleton_method_undefined;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"'singleton_method_undefined(symbol);F;IC;"