module Bundler::Thor::Base

def subclass_files


Hash[path => Class]
==== Returns

Returns the files where the subclasses are kept.
def subclass_files
  @subclass_files ||= Hash.new { |h, k| h[k] = [] }
end