# File lib/cheat.rb, line 224 def clear_cache_file FileUtils.rm(cache_file) if File.exists?(cache_file) end