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