Libraries
»
redu
(0.0.4)
»
Index (C)
»
Redu
»
CLI
Class: Redu::CLI
Inherits:
Thor
Object
Thor
Redu::CLI
show all
Defined in:
lib/redu/cli.rb
Instance Method Summary
collapse
#
analyze
⇒ Object
Instance Method Details
#
analyze
⇒
Object
13 14 15
# File 'lib/redu/cli.rb', line 13
def
analyze
Redu
::
Analyzer
.
new
(
options
)
.
start
end