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