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

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

Instance Attribute Details

#gherkin_documentGherkinDocument (readonly)

Returns the GherkinDocument Ast Node.

Returns:

  • (GherkinDocument)

    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