# File lib/hashery/basicstruct.rb, line 108
  def key?(key)
    @table.key?(key.to_sym)
  end