# File lib/hashery/basicstruct.rb, line 194
    def fetch(k, *d, &b)
      @table.fetch(k.to_sym, *d, &b)
    end