Sha256: ea1a129e75a00edc1e67efd55b9be8abedf6a6fd561f73717e2082e8c975c845

Contents?: true

Size: 78 Bytes

Versions: 13

Compression:

Stored size: 78 Bytes

Contents

class Object
  def deep_dup
    Marshal.load(Marshal.dump(self))
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bioinform-0.1.12 lib/bioinform/support/deep_dup.rb
bioinform-0.1.11 lib/bioinform/support/deep_dup.rb
bioinform-0.1.10 lib/bioinform/support/deep_dup.rb
bioinform-0.1.9 lib/bioinform/support/deep_dup.rb
bioinform-0.1.8 lib/bioinform/support/deep_dup.rb
bioinform-0.1.7 lib/bioinform/support/deep_dup.rb
bioinform-0.1.6 lib/bioinform/support/deep_dup.rb
bioinform-0.1.5 lib/bioinform/support/deep_dup.rb
bioinform-0.1.4 lib/bioinform/support/deep_dup.rb
bioinform-0.1.3 lib/bioinform/support/deep_dup.rb
bioinform-0.1.2 lib/bioinform/support/deep_dup.rb
bioinform-0.1.1 lib/bioinform/support/deep_dup.rb
bioinform-0.1.0 lib/bioinform/support/deep_dup.rb