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