Class: Cucumber::Core::Gherkin::Writer::Examples
- Inherits:
-
Object
- Object
- Cucumber::Core::Gherkin::Writer::Examples
- 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 HasRows
Methods included from HasOptionsInitializer
Instance Method Details
#build(source) ⇒ Object
19 20 21 |
# File 'lib/cucumber/core/gherkin/writer/examples.rb', line 19 def build(source) source + statements end |