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