class Cucumber::Ast::Feature

def initialize(background, comment, tags, keyword, title, description, feature_elements)

def initialize(background, comment, tags, keyword, title, description, feature_elements)
  @background, @comment, @tags, @keyword, @title, @description, @feature_elements = background, comment, tags, keyword, title, description, feature_elements
end