class Byebug::Interface

def print(message)


Prints an output message to the output stream without a final "\n".
def print(message)
  output.print(message)
end