# File lib/clamp/messages.rb, line 13
    def message(key, options = {})
      format(messages.fetch(key), options)
    end