class Cucumber::Ast::Scenario
def initialize(background, comment, tags, line, keyword, title, description, raw_steps)
def initialize(background, comment, tags, line, keyword, title, description, raw_steps) @background = background || EmptyBackground.new @comment, @tags, @line, @keyword, @title, @description, @raw_steps = comment, tags, line, keyword, title, description, raw_steps @exception = @executed = nil end