class Cucumber::Core::Gherkin::Writer::DocString
def initialize(string, content_type)
def initialize(string, content_type) @strings = string.split("\n").map(&:strip) @content_type = content_type end
def initialize(string, content_type) @strings = string.split("\n").map(&:strip) @content_type = content_type end