Class: CmQuiz::CLI
- Inherits:
-
Thor
- Object
- Thor
- CmQuiz::CLI
- Defined in:
- lib/cm_quiz/cli.rb
Instance Method Summary collapse
Instance Method Details
#test ⇒ Object
15 16 17 18 19 20 21 22 |
# File 'lib/cm_quiz/cli.rb', line 15 def test endpoint = [:endpoint] puts "Start test #{endpoint}" puts "please wait..." = CmQuiz::ReviewQuiz.new(endpoint).perform puts end |
#version ⇒ Object
9 10 11 |
# File 'lib/cm_quiz/cli.rb', line 9 def version puts "#{File.basename($0)} #{VERSION}" end |