subclass_files()
Returns the files where the subclasses are kept.
Hash[path => Class]
# File lib/bundler/vendor/thor/lib/thor/base.rb, line 111 def subclass_files @subclass_files ||= Hash.new { |h, k| h[k] = [] } end