# File lib/webmock/util/version_checker.rb, line 38 def check_version! warn_about_too_low if too_low? warn_about_too_high if too_high? end