class Cucumber::Core::Ast::Scenario

def initialize(gherkin_statement, language, location, background, comments, tags, feature_tags, keyword, title, description, raw_steps)

def initialize(gherkin_statement, language, location, background, comments, tags, feature_tags, keyword, title, description, raw_steps)
  @gherkin_statement = gherkin_statement
  @language          = language
  @location          = location
  @background        = background
  @comments          = comments
  @tags              = tags
  @feature_tags      = feature_tags
  @keyword           = keyword
  @title             = title
  @description       = description
  @raw_steps         = raw_steps
end