class Tryouts::CLI::OutputManager

def raw(message)

Raw output method (bypasses formatting)
def raw(message)
  @formatter.stdout.puts(message)
end