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