Method: Thor::Actions::ClassMethods#source_paths

Defined in:
lib/thor/actions.rb

#source_pathsObject

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.



24
25
26
# File 'lib/thor/actions.rb', line 24

def source_paths
  @_source_paths ||= []
end