Sha256: e5b07592716811b827d905237d56b70908242cd59f2f36ccd129b863e1ea5fce
Contents?: true
Size: 851 Bytes
Versions: 12
Compression:
Stored size: 851 Bytes
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI"Method#clone:EF:@parameters[ :@files[[I"proc.c;T0:@current_file_has_commentsF: @name: clone:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"MISSING: documentation;F:@objectIu:YARD::StubProxyMethod#clone;F: @summary0:@ref_tags[ ;[ : @allI"MISSING: documentation ;F:@namespaceIu;Method;F:@docstring_extra0:@sourceI"–/* * MISSING: documentation */ static VALUE method_clone(VALUE self) { VALUE clone; struct METHOD *orig, *data; TypedData_Get_Struct(self, struct METHOD, &method_data_type, orig); clone = TypedData_Make_Struct(CLASS_OF(self), struct METHOD, &method_data_type, data); CLONESETUP(clone, self); *data = *orig; if (data->me.def) data->me.def->alias_count++; return clone; };F
Version data entries
12 entries across 12 versions & 2 rubygems