class Cucumber::Core::Ast::DataTable

def to_sexp #:nodoc:

:nodoc:
For testing only
def to_sexp #:nodoc:
  [:table, *cells_rows.map{|row| row.to_sexp}]
end