# File lib/hashery/basicstruct.rb, line 120
  def each(&yld)
    @table.each(&yld)
  end