class Cucumber::Runtime

def doc_string(string_without_triple_quotes, content_type='', line_offset=0)


Returns Ast::DocString for +string_without_triple_quotes+.
def doc_string(string_without_triple_quotes, content_type='', line_offset=0)
  Ast::DocString.new(string_without_triple_quotes,content_type)
end