require_relative 'gherkin_20_adapter' module CukeModeler # NOT A PART OF THE PUBLIC API # An adapter that can convert the output of version 21.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. class Gherkin21Adapter < Gherkin20Adapter end end