0.03
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Native implementation to create deep clones of Ruby objects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.5
~> 3.6
 Project Readme

Deep Clone

This repository is no longer maintained and it's looking for a new owner :) If you'd like to take over please file an issue.

Status

System Status
Travis Travis Build Status
Gem Version Gem Version
Code Climante Code Climate

Description

This gem provides a native implementation to deep clone Ruby objects. It supports Ruby 1.9.3, 2.2.x, 2.3.x and 2.4.x.

Installation

gem install ruby_deep_clone

or add it to your Gemfile

gem 'ruby_deep_clone'

and run bundle install

Usage

Can be used as follows:

require 'deep_clone'

object = Object.new
clone_object = DeepClone.clone obj