Exception: Cucumber::Ast::Table::Different
- Defined in:
- lib/cucumber/ast/table.rb
Instance Attribute Summary collapse
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Method Summary collapse
-
#initialize(table) ⇒ Different
constructor
A new instance of Different.
Constructor Details
#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 |
Instance Attribute Details
#table ⇒ Object (readonly)
Returns the value of attribute table.
24 25 26 |
# File 'lib/cucumber/ast/table.rb', line 24 def table @table end |