Class: Cucumber::Core::Gherkin::AstBuilder::ExamplesTableBuilder::NullHeaderBuilder

Inherits:
Builder
  • Object
show all
Defined in:
lib/cucumber/core/gherkin/ast_builder.rb

Instance Method Summary collapse

Methods inherited from Builder

#handle_comments

Constructor Details

#initializeNullHeaderBuilder

Returns a new instance of NullHeaderBuilder.



344
345
346
# File 'lib/cucumber/core/gherkin/ast_builder.rb', line 344

def initialize
  @line = -1 # this inhibits Builder#handle_comments to put any comments in this object. 
end

Instance Method Details

#resultObject



348
349
350
# File 'lib/cucumber/core/gherkin/ast_builder.rb', line 348

def result
  nil
end