Module Kernel
In: lib/rake.rb

Some objects are dupable, some are not. So we define a version of dup (called rake_dup) that returns self on the handful of classes that are not dupable.

Methods

rake_dup  

Public Instance methods

Duplicate an object if it can be duplicated. If it can not be cloned or duplicated, then just return the original object.

[Validate]