class Cucumber::Ast::Examples

def to_sexp

def to_sexp
  sexp = [:examples, @keyword, @name]
  comment = @comment.to_sexp
  sexp += [comment] if comment
  sexp += [@outline_table.to_sexp]
  sexp
end