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