Class: Cucumber::Events::GherkinSourceParsed
- Inherits:
-
Object
- Object
- Cucumber::Events::GherkinSourceParsed
- Defined in:
- 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
10 11 12 |
# File 'lib/cucumber/events/gherkin_source_parsed.rb', line 10 def gherkin_document @gherkin_document end |