deep_dive 0.3.7
When you have a system of objects that have many references to each other, it becomes an issue to be able to clone properly that object graph. There may be control objects you may not want to clone, but maintain references to. And some references you may not wish to clone at all. Enter DeepDive. Allows you a means by which you can do controlled deep cloning or copying of your complex interconnected objects.
Gemfile:
=
install:
=
Development Dependencies (12):
bundler
~> 1
guard-rspec
~> 1
juwelier
~> 2
pry
~> 0
pry-byebug
~> 3
pry-doc
~> 0
pry-remote
~> 0
pry-rescue
~> 1
pry-stack_explorer
~> 0
rdoc
~> 3
rspec
~> 3
simplecov
~> 0