Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
subclass_files()
public
# File lib/bundler/vendor/thor/lib/thor/base.rb, line 111
def subclass_files
@subclass_files ||= Hash.new { |h, k| h[k] = [] }
end