Method: Thor::Command#initialize_copy
- Defined in:
- lib/thor/command.rb
#initialize_copy(other) ⇒ Object
:nodoc:
9 10 11 12 13 |
# File 'lib/thor/command.rb', line 9 def initialize_copy(other) #:nodoc: super(other) self. = other..dup if other. self. = other..dup if other. end |