# File lib/backports/2.0.0/hash/default_proc.rb, line 6
    def default_proc_with_nil=(proc)
      if proc == nil
        self.default = nil
        self
      else
        self.default_proc_without_nil=(proc)
      end
    end