class Rouge::CLI::Highlight

def run

def run
  formatter.format(lexer.lex(input), &method(:print))
end