class Cucumber::Core::Ast::Feature
def initialize(gherkin_statement, language, location, background, comments, tags, keyword, title, description, feature_elements)
def initialize(gherkin_statement, language, location, background, comments, tags, keyword, title, description, feature_elements) @gherkin_statement = gherkin_statement @language = language @location = location @background = background @comments = comments @tags = tags @keyword = keyword @title = title @description = description @feature_elements = feature_elements end