Class: JstdRunner::CLI
- Inherits:
-
Object
- Object
- JstdRunner::CLI
- Defined in:
- lib/jstd-runner/cli.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ CLI
constructor
A new instance of CLI.
- #run ⇒ Object
Constructor Details
#initialize(args) ⇒ CLI
Returns a new instance of CLI.
4 5 6 |
# File 'lib/jstd-runner/cli.rb', line 4 def initialize(args) parse args end |
Instance Method Details
#run ⇒ Object
8 9 10 |
# File 'lib/jstd-runner/cli.rb', line 8 def run runner.run end |