Class: App

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

Overview

CLI controller

Class Method Summary collapse

Class Method Details

.startObject



3
4
5
# File 'lib/study_the_map/cli.rb', line 3

def self.start
  StudyTheMap::CLI.new.call
end