Sha256: 910d7e1c0da94e352a36b355f1bfbec9b753dc3330d740bbec8c67c2937b86d4
Contents?: true
Size: 296 Bytes
Versions: 16
Compression:
Stored size: 296 Bytes
Contents
require_relative 'gherkin_9_adapter' module CukeModeler # NOT A PART OF THE PUBLIC API # An adapter that can convert the output of version 16.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. class Gherkin16Adapter < Gherkin9Adapter end end
Version data entries
16 entries across 16 versions & 1 rubygems