# File lib/backports/2.6.0/array/to_h.rb, line 7 def to_h_with_block(&block) receiver = block ? map(&block) : self receiver.to_h_without_block end