class Cucumber::MultilineArgument::DataTable::Different

Attributes

table[R]

Public Class Methods

new(table) click to toggle source
Calls superclass method
# File lib/cucumber/multiline_argument/data_table.rb, line 351
def initialize(table)
  @table = table
  super("Tables were not identical:\n#{table}")
end