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