# File lib/facets/core/enumerable/injecting.rb, line 16
  def injecting(s)
    inject(s) do |k, i|
      yield(k, i); k
    end
  end