class Cucumber::Core::Test::DocString

def initialize(content, content_type, location)

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