# File lib/rouge/formatter.rb, line 11 def self.tag(tag=nil) return @tag unless tag REGISTRY[tag] = self @tag = tag end