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