Method: Thor::Actions#source_paths

Defined in:
lib/thor/actions.rb

#source_pathsObject

Holds source paths in instance so they can be manipulated.

[View source]

127
128
129
# File 'lib/thor/actions.rb', line 127

def source_paths
  @source_paths ||= self.class.source_paths_for_search
end