Method: Foreman::Thor::Command#initialize_copy

Defined in:
lib/foreman/vendor/thor/lib/thor/command.rb

#initialize_copy(other) ⇒ Object

:nodoc:



9
10
11
12
# File 'lib/foreman/vendor/thor/lib/thor/command.rb', line 9

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