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

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

indentation_level

Methods included from HasRows

#row, #rows

Methods included from HasOptionsInitializer

included, #initialize

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