class Cucumber::Events::GherkinSourceParsed
Fired after we’ve parsed the contents of a feature file
Attributes
The Gherkin Ast
Public Class Methods
Source
# File lib/cucumber/events/gherkin_source_parsed.rb, line 12 def self.event_id :gherkin_source_parsed end
Source
# File lib/cucumber/events/gherkin_source_parsed.rb, line 16 def initialize(gherkin_document) @gherkin_document = gherkin_document super() end
Calls superclass method