class Thor::Task

def initialize_copy(other) #:nodoc:

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