Method: Cucumber::Ast::Table::Different#initialize
- Defined in:
- lib/cucumber/ast/table.rb
#initialize(table) ⇒ Different
Returns a new instance of Different.
26 27 28 29 |
# File 'lib/cucumber/ast/table.rb', line 26 def initialize(table) super('Tables were not identical') @table = table end |