Class: Cucumber::Events::GherkinSourceParsed

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gherkin_documentObject (readonly)

The Gherkin Ast



10
11
12
# File 'lib/cucumber/events/gherkin_source_parsed.rb', line 10

def gherkin_document
  @gherkin_document
end