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