class Pronto::Formatter::Base

def self.name

def self.name
  Formatter::FORMATTERS.invert[self]
end

def config

def config
  @config ||= Config.new
end