class Cucumber::Core::Gherkin::AstBuilder::ExamplesTableBuilder::NullHeaderBuilder
Public Class Methods
new()
click to toggle source
# File lib/cucumber/core/gherkin/ast_builder.rb, line 343 def initialize @line = -1 # this inhibits Builder#handle_comments to put any comments in this object. end
Public Instance Methods
result()
click to toggle source
# File lib/cucumber/core/gherkin/ast_builder.rb, line 347 def result nil end