class Cucumber::Core::Ast::Scenario

def initialize(location, comments, tags, keyword, name, description, steps)

def initialize(location, comments, tags, keyword, name, description, steps)
  @location          = location
  @comments          = comments
  @tags              = tags
  @keyword           = keyword
  @name              = name
  @description       = description
  @raw_steps         = steps
end