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



11
12
13
# File 'lib/cucumber/core/events.rb', line 11

def gherkin_document
  @gherkin_document
end