Method: Cucumber::Glue::ProtoWorld#ask
- Defined in:
- lib/cucumber/glue/proto_world.rb
#ask(question, timeout_seconds = 60) ⇒ Object
Pause the tests and ask the operator for input
76 77 78 |
# File 'lib/cucumber/glue/proto_world.rb', line 76 def ask(question, timeout_seconds = 60) super end |