Method: Cukunity::CLI::DoctorCommand#execute
- Defined in:
- lib/cukunity/cli/doctor_command.rb
#execute ⇒ Object
10 11 12 13 14 15 |
# File 'lib/cukunity/cli/doctor_command.rb', line 10 def execute check_ruby check_cucumber check_ios if @parser..ios check_android if @parser..android end |