module Bundler::Thor::Base

def subclasses


Array[Class]
==== Returns

Returns the classes that inherits from Bundler::Thor or Bundler::Thor::Group.
def subclasses
  @subclasses ||= []
end