Class: ToyRobotSim::Cli::Application
- Inherits:
-
Thor
- Object
- Thor
- ToyRobotSim::Cli::Application
- Defined in:
- lib/cli/application.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
22 23 24 25 26 27 28 29 30 |
# File 'lib/cli/application.rb', line 22 def start if [:directory] directory([:directory]) elsif [:file] file([:file]) elsif [:interactive] interactive end end |