class BeakerAnswers::Version20171

This class provides answer file information for PE version 2017.1

@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/version20171.rb, line 9
def self.pe_version_matcher
  /\A2017\.1/
end