Sha256: 35a2be19f00fc4152d56cf07ae1cbdc1d417e8c800639763def8eac09d85e897
Contents?: true
Size: 345 Bytes
Versions: 8
Compression:
Stored size: 345 Bytes
Contents
# frozen_string_literal: true require 'cucumber/core/events' module Cucumber module Events # Fired after we've read in the contents of a feature file class GherkinSourceRead < Core::Event.new(:path, :body) # The path to the file attr_reader :path # The raw Gherkin source attr_reader :body end end end
Version data entries
8 entries across 8 versions & 2 rubygems