# File lib/chromedriver/helper.rb, line 48 def current_version @current_version ||= if File.exist?(version_path) File.read(version_path).strip end end