require 'tty-prompt' module Analytics module Helpers module Terminal def prompt @prompt ||= TTY::Prompt.new(interrupt: :exit) end end end end