class

Obelisk::FormatterRegistry

Inherits Obelisk::BaseRegistry < Reference < Object

Registry for formatters

Instance methods

get_with_fallback(name : String) : Formatter

Get formatter with fallback

Source
register(formatter : Formatter) : Nil

Register a formatter using its name

Source