Method: Cucumber::Ast::Table::Cells#to_sexp

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

#to_sexpObject

For testing only



612
613
614
# File 'lib/cucumber/ast/table.rb', line 612

def to_sexp #:nodoc:
  [:row, line, *@cells.map{|cell| cell.to_sexp}]
end