class Byebug::LocalInterface

def readline(prompt, hist)

def readline(prompt, hist)
  Readline::readline(prompt, hist)
end