Class: WorkOn::Cli
- Inherits:
-
Thor
- Object
- Thor
- WorkOn::Cli
- Defined in:
- lib/work_on/cli.rb
Instance Method Summary collapse
-
#method_missing(name, *args) ⇒ Object
use method_missing to start the project.
- #start(project_name) ⇒ Object
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args) ⇒ Object
use method_missing to start the project
12 13 14 |
# File 'lib/work_on/cli.rb', line 12 def method_missing(name, *args) start(name.to_s) end |