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