class App

CLI controller

Public Class Methods

start() click to toggle source
# File lib/study_the_map/cli.rb, line 3
def self.start
  StudyTheMap::CLI.new.call
end