Sha256: 1670bc03d8c431212b676e59ef781738349cbbb5a73d7e3fc34fbd87c1a4e9cb
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 12.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. Internal helper class. class Gherkin12Adapter < Gherkin9Adapter; end private_constant :Gherkin12Adapter end
Version data entries
4 entries across 4 versions & 1 rubygems