Module Rake::Cloneable
In: lib/rake.rb

Mixin for creating easily cloned objects.

Methods

clone   dup  

Public Instance methods

Clone an object by making a new object and setting all the instance variables to the same values.

[Validate]