# File lib/bundler/vendor/thor/actions.rb, line 40 def source_paths_for_search paths = [] paths += self.source_paths paths << self.source_root if self.source_root paths += from_superclass(:source_paths, []) paths end