subclasses()
Returns the classes that inherits from Bundler::Thor or Bundler::Thor::Group.
Array[Class]
# File lib/bundler/vendor/thor/lib/thor/base.rb, line 102 def subclasses @subclasses ||= [] end