Replace .to_h { block }
with .each_with_object({}) { block }
#780
Loading
.to_h { block }
with .each_with_object({}) { block }
#780