class Cucumber::MultilineArgument::DataTable::DiffMatrices

def raise_error

def raise_error
  table = DataTable.from([[]])
  table.instance_variable_set :@cell_matrix, cell_matrix
  raise Different, table if should_raise?
end