Class: Cucumber::Events::GherkinSourceParsed

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/gherkin_source_parsed.rb

Overview

Fired after we’ve parsed the contents of a feature file

Instance Attribute Summary collapse

Instance Attribute Details

#gherkin_documentObject (readonly)

The Gherkin Ast



8
9
10
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/gherkin_source_parsed.rb', line 8

def gherkin_document
  @gherkin_document
end