class Thor::Task
def initialize_copy(other) #:nodoc:
def initialize_copy(other) #:nodoc: super(other) self.options = other.options.dup if other.options end
def initialize_copy(other) #:nodoc: super(other) self.options = other.options.dup if other.options end