# File lib/amqp_utils/message_formatter.rb, line 14 def register_formatter(formatter, format_type) @@formatters[format_type.downcase] = formatter end