Method: Cli.run

Defined in:
lib/services/cli.rb

.runObject

Method called at startup that brings up main menu



6
7
8
# File 'lib/services/cli.rb', line 6

def self.run
  self.main_menu
end