Sha256: 2b911f84fc8d8508390886621f3cee1b2fadc7530f107706c1ecaf6368c494aa
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
require_relative 'gherkin_9_adapter' module CukeModeler # @api private # # An adapter that can convert the output of version 17.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. Internal helper class. class Gherkin17Adapter < Gherkin9Adapter; end private_constant :Gherkin17Adapter end
Version data entries
4 entries across 4 versions & 1 rubygems