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