Class: Cucumber::Core::Gherkin::Writer::Examples

Inherits:
Object
  • Object
show all
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

#row, #rows

Methods included from HasOptionsInitializer

included, #initialize

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