Method: Cucumber::Runtime#doc_string

Defined in:
lib/cucumber/runtime.rb

#doc_string(string_without_triple_quotes, content_type = '', _line_offset = 0) ⇒ Object

Returns Ast::DocString for string_without_triple_quotes.



108
109
110
# File 'lib/cucumber/runtime.rb', line 108

def doc_string(string_without_triple_quotes, content_type = '', _line_offset = 0)
  Core::Test::DocString.new(string_without_triple_quotes, content_type)
end