# File lib/core/facets/denumerable.rb, line 13 def map Denumerator.new do |output| each do |*input| output.yield yield(*input) end end end