Registry / utility / core-copy

core-copy

JSON →
library0.3.0rbrubygemsunverified

Manage how internal object state is copied.

gem install core-copy
INSTALL
IMPORT
SIG · CORE-COPY
C
core-copy
utilityrubyv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Core::Copy
require 'core/copy'

Deep copies a hash.

require 'core/copy' obj = {a: 1, b: 2} copied = Core::Copy.deep_copy(obj) puts copied[:a]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
core-copy — gem install core-copy · libregistry