# File lib/hashery/casting_hash.rb, line 46
    def cast_proc(&proc)
      @cast_proc = proc if proc
      @cast_proc
    end