class Byebug::LocalInterface
def readline(prompt, hist)
def readline(prompt, hist) Readline::readline(prompt, hist) rescue Interrupt print "^C\n" retry end
def readline(prompt, hist) Readline::readline(prompt, hist) rescue Interrupt print "^C\n" retry end