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