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

Inherits:
Object
  • Object
show all
Includes:
HasDescription, HasOptionsInitializer, HasRows
Defined in:
lib/cucumber/core/gherkin/writer.rb

Instance Method Summary collapse

Methods included from HasRows

#row, #rows

Methods included from HasOptionsInitializer

included, #initialize

Instance Method Details

#build(source) ⇒ Object



248
249
250
# File 'lib/cucumber/core/gherkin/writer.rb', line 248

def build(source)
  source + statements
end