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