class Cucumber::Core::Ast::DocString

def initialize(string, content_type, location)

def initialize(string, content_type, location)
  @content = string
  @content_type = content_type
  @location = location
  super @content
end