Method: Cucumber::MultilineArgument::DataTable::Cells#to_hash

Defined in:
lib/cucumber/multiline_argument/data_table.rb

#to_hashObject


545
546
547
# File 'lib/cucumber/multiline_argument/data_table.rb', line 545

def to_hash
  @to_hash ||= @table.cells_to_hash(self)
end