# File lib/thor/base.rb, line 110
      def subclass_files
        @subclass_files ||= Hash.new { |h, k| h[k] = [] }
      end