Method: Thor::Base.subclass_files
- Defined in:
- lib/wip/vendor/thor/base.rb
.subclass_files ⇒ Object
Returns the files where the subclasses are kept.
Returns
Hash[path<String> => Class]
80 81 82 |
# File 'lib/wip/vendor/thor/base.rb', line 80 def subclass_files @subclass_files ||= Hash.new{ |h,k| h[k] = [] } end |