module Bundler::Thor::Base
def subclass_files
Hash[path
==== Returns
Returns the files where the subclasses are kept.
def subclass_files @subclass_files ||= Hash.new { |h, k| h[k] = [] } end
def subclass_files @subclass_files ||= Hash.new { |h, k| h[k] = [] } end