Class: Cucumber::Core::Events::GherkinSourceParsed

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/core/events.rb

Overview

Signals that a gherkin source has been parsed

Instance Attribute Summary collapse

Instance Attribute Details

#gherkin_documentGherkinDocument (readonly)

Returns the GherkinDocument Ast Node.

Returns:

  • (GherkinDocument)

    the GherkinDocument Ast Node



16
17
18
# File 'lib/cucumber/core/events.rb', line 16

def gherkin_document
  @gherkin_document
end