Module Mixlib::CLI::InheritMethods
In: lib/mixlib/cli.rb

Methods

Public Instance methods

object:Instance to clone

This method will return a "deep clone" of the provided `object`. If the provided `object` is an enumerable type the contents will be iterated and cloned as well.

[Validate]