# File lib/hashery/crud_hash.rb, line 106
    def key_proc(&block)
      @key_proc = block if block
      @key_proc
    end