Class: Cucumber::Core::Gherkin::Writer::Step
- Inherits:
-
Object
- Object
- Cucumber::Core::Gherkin::Writer::Step
- Includes:
- HasElements, HasOptionsInitializer
- Defined in:
- lib/cucumber/core/gherkin/writer.rb
Instance Method Summary collapse
Methods included from HasOptionsInitializer
Methods included from HasElements
Methods included from AcceptsComments
#comment, #comment_lines, #slurp_comments
Instance Method Details
#doc_string(string, content_type = '') ⇒ Object
178 179 180 |
# File 'lib/cucumber/core/gherkin/writer.rb', line 178 def doc_string(string, content_type = '') elements << DocString.new(string, content_type) end |