# File lib/hashery/key_hash.rb, line 44
    def initialize(*default, &block)
      super(*default)
      @key_proc = block || Proc.new{ |k| k.to_s }
    end