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