# File lib/rouge/formatter.rb, line 24
    def self.format(tokens, opts={}, &b)
      new(opts).format(tokens, &b)
    end