class Rouge::Formatter

def self.find(tag)

Find a formatter class given a unique tag.
def self.find(tag)
  REGISTRY[tag]
end