Method: Thor::Actions::ClassMethods#source_paths
- Defined in:
- lib/thor/actions.rb
#source_paths ⇒ Object
Hold source paths for one Thor instance. source_paths_for_search is the method responsible to gather source_paths from this current class, inherited paths and the source root.
23 24 25 |
# File 'lib/thor/actions.rb', line 23 def source_paths @_source_paths ||= [] end |