class Cucumber::MultilineArgument::DataTable::Different

Public Class Methods

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