require 'beaker-answers/versions/version20181' module BeakerAnswers # This class provides answer file information for PE version 2019.0 # # @api private class Version20190 < Version20181 # The version of PE that this set of answers is appropriate for def self.pe_version_matcher /\A2019\.0/ end end end