Class: Cucumber::Core::Gherkin::Writer::Examples
- Inherits:
-
Object
- Object
- Cucumber::Core::Gherkin::Writer::Examples
- Extended by:
- Indentation
- Includes:
- HasDescription, HasOptionsInitializer, HasRows
- Defined in:
- lib/cucumber/core/gherkin/writer/examples.rb
Constant Summary collapse
- NEW_LINE =
''
Instance Method Summary collapse
Methods included from Indentation
Methods included from HasRows
Methods included from HasOptionsInitializer
Instance Method Details
#build(source) ⇒ Object
21 22 23 |
# File 'lib/cucumber/core/gherkin/writer/examples.rb', line 21 def build(source) source + statements end |