class Byebug::Interface

def puts(message)


Prints an output message to the output stream.
def puts(message)
  output.puts(message)
end