class Cucumber::MultilineArgument::DataTable::Different

def initialize(table)

def initialize(table)
  @table = table
  super("Tables were not identical:\n#{table}")
end