class Byebug::Interface

def confirm(prompt)


Confirms user introduced an affirmative response to the input stream.
def confirm(prompt)
  readline(prompt) == "y"
end