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