Sha256: 13f5785dd80700a87f6c2f6013e64dc082b94b67c1b01b2370dc2dd1afae070c
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
require_relative 'gherkin_9_adapter' module CukeModeler # @api private # # An adapter that can convert the output of version 14.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. Internal helper class. class Gherkin14Adapter < Gherkin9Adapter; end private_constant :Gherkin14Adapter end
Version data entries
4 entries across 4 versions & 1 rubygems