module Cucumber::Glue::ProtoWorld

def ask(question, timeout_seconds = 60)

Pause the tests and ask the operator for input
def ask(question, timeout_seconds = 60)
  super
end