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