Class: R19Cov::ReportFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/r19cov/report_factory.rb

Class Method Summary collapse

Class Method Details

.create(options) ⇒ Object



5
6
7
8
9
# File 'lib/r19cov/report_factory.rb', line 5

def self.create(options)
  if options.report == :html
    Report::HTML.new(options)
  end
end