Sha256: 9060c3b5bfefeb0bd9a68d3a51c47c20a08e3d04f21cac0baf6533a541a304a1
Contents?: true
Size: 884 Bytes
Versions: 71
Compression:
Stored size: 884 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "deep_dup", "path": "packages/ree_object/package/ree_object/functions/deep_dup.rb", "mount_as": "fn", "class": "ReeObject::DeepDup", "factory": null, "methods": [ { "doc": "Create deep duplicate of source object.\nDuplicate object will also have singleton methods copied from source object.\n\nOptions:\n :freeze - freeze duplicate object\n \nExamples of usage:\n deep_dup({name: 'John'}) => {name: 'John'}\n deep_dup({name: 'John'}, freeze: true) => {name: 'John'}", "throws": [ ], "return": "Any", "args": [ { "arg": "obj", "arg_type": "req", "type": "Any" }, { "arg": "opts", "arg_type": "keyrest", "type": "Ksplat[:freeze? => Bool]" } ] } ], "links": [ ] }
Version data entries
71 entries across 71 versions & 1 rubygems