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