class Cucumber::Ast::Table::Different

def initialize(table)

def initialize(table)
  super('Tables were not identical')
  @table = table
end