# File lib/standard/facets/ostruct/each.rb, line 7
  def each(&blk)
    @table.each(&blk)
  end