class Hermod::XmlSection

def format_for(type)

Raises a KeyError if the requested format is not found
Returns a format String

key.
Private: a convenience method for getting the format string for a given
def format_for(type)
  self.class.formats.fetch(type)
end