class ActiveModel::Serializer::Config

def each(&block)

def each(&block)
  @data.each(&block)
end