Class: R19Cov::CLI

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

Class Method Summary collapse

Class Method Details

.execute(args = ARGV) ⇒ Object



3
4
5
6
7
# File 'lib/r19cov/cli.rb', line 3

def self.execute(args = ARGV)
  analyzer = Analyzer.new(args)
  analyzer.analyze
  analyzer.output
end