# File lib/hashery/basicstruct.rb, line 190
    def store(k, v)
      @table.store(k.to_sym, v)
    end