Sha256: 82be15b1f6611c90ae11ac1565dabb2f8064c0ce0f38fe91df95f5d7b5d7b73a
Contents?: true
Size: 999 Bytes
Versions: 12
Compression:
Stored size: 999 Bytes
Contents
o:$YARD::CodeObjects::MethodObject: @name: receiver:@docstringIC:YARD::Docstring"5Returns the bound receiver of the method object. :@objectu:YARD::StubProxyMethod#receiver: @summary0: @all"]Returns the bound receiver of the method object. @overload receiver @return [Object]:@ref_tags[: @tags[o:YARD::Tags::OverloadTag ; u;Method#receiver;;;IC; " ; u;Method#receiver;0; "@return [Object];[;[o:YARD::Tags::Tag ; 0;0:@types["Object: @text":@tag_name"return;0:@parameters[;0:@signature" receiver;" overload:@current_file_has_commentsF:@scope: instance;[:@docstring_extra0:@files[["eval.c0:@namespaceu;Method: @path"Method#receiver;[:@visibility:public:@source"/* * call-seq: * meth.receiver => object * * Returns the bound receiver of the method object. */ static VALUE method_receiver(obj) VALUE obj; { struct METHOD *data; Data_Get_Struct(obj, struct METHOD, data); return data->recv; }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems