module Bundler::Thor::Actions

def source_paths


Holds source paths in instance so they can be manipulated.
def source_paths
  @source_paths ||= self.class.source_paths_for_search
end