class Cucumber::Core::Test::DocString

def inspect

def inspect
  [
    %{#<#{self.class} (#{location})},
    %{  """#{content_type}},
    %{  #{@content}},
    %{  """>}
  ].join("\n")
end