292 293 294 295
# File 'lib/narou.rb', line 292 def commit_version cv_path = File.expand_path("commitversion", get_script_dir) File.read(cv_path) if File.exist?(cv_path) end