# File lib/hashery/crud_hash.rb, line 118
    def default_proc(&block)
      self.default_proc = block if block
      super()
    end