class Byebug::LocalInterface

def readline(prompt)

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