Method: Thor::Actions#_shared_configuration
- Defined in:
- lib/thor/actions.rb
#_shared_configuration ⇒ Object (protected)
Allow current root to be shared between invocations.
307 308 309 |
# File 'lib/thor/actions.rb', line 307 def _shared_configuration #:nodoc: super.merge!(:destination_root => destination_root) end |