Sha256: 6c644c888ec9e1d2f0e0af25cebeb077ceec601900f2f42e5f80cc9f792c0b21
Contents?: true
Size: 908 Bytes
Versions: 12
Compression:
Stored size: 908 Bytes
Contents
o:$YARD::CodeObjects::MethodObject: @name: owner:@docstringIC:YARD::Docstring"9Returns the class or module that defines the method. :@objectu:YARD::StubProxyMethod#owner: @summary0: @all"KReturns the class or module that defines the method. @overload owner:@ref_tags[: @tags[o:YARD::Tags::OverloadTag ; u;Method#owner;;;IC; " ; u;Method#owner;0; ";[;[:@types0:@parameters[: @text0:@signature" owner:@tag_name" overload:@current_file_has_commentsF:@scope: instance;[:@docstring_extra0:@files[["eval.c0:@namespaceu;Method: @path"Method#owner;[:@visibility:public:@source"/* * call-seq: * meth.owner => class_or_module * * Returns the class or module that defines the method. */ static VALUE method_owner(obj) VALUE obj; { struct METHOD *data; Data_Get_Struct(obj, struct METHOD, data); return data->klass; }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems