Method: Cucumber::MultilineArgument::DataTable::Different#initialize

Defined in:
lib/cucumber/multiline_argument/data_table.rb

#initialize(table) ⇒ Different

Returns a new instance of Different.

[View source] [View on GitHub]

335
336
337
338
# File 'lib/cucumber/multiline_argument/data_table.rb', line 335

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