Class: Thor::Tree::Writer
- Includes:
- Actions
- Defined in:
- lib/thor/tree/writer.rb
Class Method Summary collapse
- .root_path ⇒ Object
-
.root_path=(path) ⇒ Object
Destination root for class.
Instance Method Summary collapse
-
#initialize(args = [], options = {}, config = {}) ⇒ Writer
constructor
A new instance of Writer.
Constructor Details
Class Method Details
.root_path ⇒ Object
9 |
# File 'lib/thor/tree/writer.rb', line 9 def root_path; @_destination_root; end |
.root_path=(path) ⇒ Object
Destination root for class
8 |
# File 'lib/thor/tree/writer.rb', line 8 def root_path=(path); @_destination_root = path; end |