Class: Cucumber::Events::GherkinSourceParsed
- 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
-
#gherkin_document ⇒ Object
readonly
The Gherkin Ast.
Instance Attribute Details
#gherkin_document ⇒ Object (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 |