# File lib/rudy/routines/handlers/base.rb, line 31
31:    def keep_going?
32:      Annoy.pose_question("  Keep going?\a ", /yes|y|ya|sure|you bet!/i, STDERR)
33:    end