module Thor::Actions::ClassMethods

def source_paths


inherited paths and the source root.
method responsible to gather source_paths from this current class,
Hold source paths for one Thor instance. source_paths_for_search is the
def source_paths
  @source_paths ||= []
end