# File lib/earthquake/input.rb, line 89
    def ask(message)
      print message
      (STDIN.gets || "").chomp
    end