Class: Cucumber::Core::Events::GherkinSourceParsed
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb
Overview
Signals that a gherkin source has been parsed
Instance Attribute Summary collapse
-
#gherkin_document ⇒ GherkinDocument
readonly
The GherkinDocument Ast Node.
Instance Attribute Details
#gherkin_document ⇒ GherkinDocument (readonly)
Returns the GherkinDocument Ast Node.
15 16 17 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/events.rb', line 15 def gherkin_document @gherkin_document end |