# File lib/cucumber/ast/table.rb, line 29
        def initialize(table)
          super('Tables were not identical')
          @table = table
        end