# File lib/rouge/formatter.rb, line 24
    def self.format(tokens, *a, &b)
      new(*a).format(tokens, &b)
    end