Method: Thor::Actions::ClassMethods#source_paths
- Defined in:
- lib/wip/vendor/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.
22 23 24 |
# File 'lib/wip/vendor/thor/actions.rb', line 22 def source_paths @_source_paths ||= [] end |