Sha256: 297dba232ecd6c34434b7594a57b6b30a3c3c07131f4629c93cd3876485556ae
Contents?: true
Size: 763 Bytes
Versions: 12
Compression:
Stored size: 763 Bytes
Contents
o:$YARD::CodeObjects::MethodObject: @name: clone:@docstringIC:YARD::Docstring"MISSING: documentation :@objectu:YARD::StubProxyUnboundMethod#clone: @summary0: @all"MISSING: documentation :@ref_tags[ : @tags[ :@current_file_has_commentsF:@scope: instance:@parameters[ :@docstring_extra0:@files[["eval.c0:@namespaceu;UnboundMethod: @path"UnboundMethod#clone;[ :@visibility:public:@source"K/* * MISSING: documentation */ static VALUE method_clone(self) VALUE self; { VALUE clone; struct METHOD *orig, *data; Data_Get_Struct(self, struct METHOD, orig); clone = Data_Make_Struct(CLASS_OF(self),struct METHOD, bm_mark, free, data); CLONESETUP(clone, self); *data = *orig; return clone; }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems