Method: Thor::Actions#source_paths
- Defined in:
- lib/thor/actions.rb
permalink #source_paths ⇒ Object
Holds source paths in instance so they can be manipulated.
127 128 129 |
# File 'lib/thor/actions.rb', line 127 def source_paths @source_paths ||= self.class.source_paths_for_search end |