Class: Cucumber::Core::Gherkin::AstBuilder::Builder

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

Instance Method Summary collapse

Constructor Details

#initialize(file, node) ⇒ Builder

Returns a new instance of Builder.



81
82
83
84
# File 'lib/cucumber/core/gherkin/ast_builder.rb', line 81

def initialize(file, node)
  @file = file
  @node = node
end