class Pry::REPL
def input_readline(*args)
def input_readline(*args) Pry::InputLock.for(:all).interruptible_region do input.readline(*args) end end
def input_readline(*args) Pry::InputLock.for(:all).interruptible_region do input.readline(*args) end end