Module: Testament::Report

Defined in:
lib/testament/report.rb,
lib/testament/report/base.rb

Defined Under Namespace

Classes: Base, Loader

Class Method Summary collapse

Class Method Details

.find(name) ⇒ Object



8
9
10
11
# File 'lib/testament/report.rb', line 8

def self.find(name)
  Loader.new.load
  "Testament::Report::#{name.camelize}".constantize
end