Method: TrueandcoAnalytics::ApplicationReport.descendants

Defined in:
lib/trueandco_analytics/common/reports/application_report.rb

.descendantsObject



33
34
35
# File 'lib/trueandco_analytics/common/reports/application_report.rb', line 33

def self.descendants
  ObjectSpace.each_object(Class).select { |klass| klass < self }
end