# File lib/cucumber/parser/gherkin_builder.rb, line 16 def feature(statement, uri) @feature = Ast::Feature.new( nil, Ast::Comment.new(statement.comments.map{|comment| comment.value}.join("\n")), Ast::Tags.new(nil, statement.tags.map{|tag| tag.name}), statement.keyword, legacy_name_for(statement.name, statement.description), [] ) end