Method: Shards::Workflow::Base#ask_for_exit_and_restart
- Defined in:
- lib/shards/workflow/base.rb
#ask_for_exit_and_restart ⇒ Object
246 247 248 249 |
# File 'lib/shards/workflow/base.rb', line 246 def ask_for_exit_and_restart ask_question raise step['wrong_message'] if answer.strip.downcase!='r' end |