Module Thor::Actions::ClassMethods
In: lib/bundler/vendor/thor/actions.rb

Methods

Public Instance methods

Add runtime options that help actions execution.

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.

Returns the source paths in the following order:

  1) This class source paths
  2) Source root
  3) Parents source paths

Stores and return the source root for this class

[Validate]