# File lib/core/facets/enumerable/every.rb, line 17
  def every!
    raise NoMethodError unless respond_to?(:map!)
    per(:map!)
  end