class Byebug::LocalInterface

def readline(prompt)

Parameters:
  • prompt () -- Prompt to be displayed.
def readline(prompt)
  with_repl_like_sigint { Readline.readline(prompt) || EOF_ALIAS }
end