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