class BeakerAnswers::Version20173to9999

This class provides answer file information for PE version 2017.3 AND BEYOND

@api private

Public Class Methods

pe_version_matcher() click to toggle source

The version of PE that this set of answers is appropriate for

# File lib/beaker-answers/versions/version20173.rb, line 9
def self.pe_version_matcher
  /\A(2017\.3|2018\.[1-2]|2019\.[0-9]|20[2-9][1-9]\.[0-9])/
end