module Bundler::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 Bundler::Thor instance. source_paths_for_search is the
def source_paths @_source_paths ||= [] end