class Cucumber::Core::Test::DocString

def initialize(content, content_type)

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