# File lib/grape_entity/entity.rb, line 272
    def self.format_with(name, &block)
      raise ArgumentError, 'You must pass a block for formatters' unless block_given?
      formatters[name.to_sym] = block
    end