source_paths()
Holds source paths in instance so they can be manipulated.
# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 126 def source_paths @source_paths ||= self.class.source_paths_for_search end