class Cucumber::MultilineArgument::DataTable::DiffMatrices

def initialize(cell_matrix, other_table_cell_matrix, options)

def initialize(cell_matrix, other_table_cell_matrix, options)
  @cell_matrix = cell_matrix
  @other_table_cell_matrix = other_table_cell_matrix
  @options = options
end