Class: Redu::CLI

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

Instance Method Summary collapse

Instance Method Details

#analyzeObject



13
14
15
# File 'lib/redu/cli.rb', line 13

def analyze
  Redu::Analyzer.new(options).start
end