class Cucumber::MultilineArgument::DataTable::Different
Attributes
Public Class Methods
Source
# File lib/cucumber/multiline_argument/data_table.rb, line 351 def initialize(table) @table = table super("Tables were not identical:\n#{table}") end
Calls superclass method