| Module | CoreEx::TryDup |
| In: |
lib/core_ex/try_dup.rb
|
Some objects are dupable, some are not. So we define a version of dup (called try_dup) that returns self on the handful of classes that are not dupable. (imported from rake (rake_dup))