Method: Cucumber::Ast::Table::Cells#initialize
- Defined in:
- lib/cucumber/ast/table.rb
#initialize(table, cells) ⇒ Cells
Returns a new instance of Cells.
599 600 601 |
# File 'lib/cucumber/ast/table.rb', line 599 def initialize(table, cells) @table, @cells = table, cells end |