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