Method: Cucumber::Ast::Table::Cells#to_hash

Defined in:
lib/cucumber/ast/table.rb

#to_hashObject

:nodoc:



616
617
618
# File 'lib/cucumber/ast/table.rb', line 616

def to_hash #:nodoc:
  @to_hash ||= @table.to_hash(self)
end