class Cucumber::Ast::Feature
def initialize(background, comment, tags, keyword, name, feature_elements)
def initialize(background, comment, tags, keyword, name, feature_elements) @background, @comment, @tags, @keyword, @name, @feature_elements = background, comment, tags, keyword, name.strip, feature_elements end