class Ravanello::Cli
Dispatches command line commands
Public Instance Methods
__print_version()
click to toggle source
# File lib/ravanello/cli.rb, line 21 def __print_version puts VERSION end
analyze()
click to toggle source
# File lib/ravanello/cli.rb, line 15 def analyze Analyze.new(options).call end