class Hermod::XmlSection
def format_for(type)
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
def format_for(type) self.class.formats.fetch(type) end