# File lib/backports/1.9.1/hash.rb, line 10 def default_proc=(proc) replace(Hash.new(&Backports.coerce_to(proc, Proc, :to_proc)).merge!(self)) end