57 58 59 60 61
# File 'lib/hammer_cli/utils.rb', line 57 def self.clear_cache if (completion_file = HammerCLI::Settings.get(:completion_cache_file)) FileUtils.rm_f(File.expand_path(completion_file)) end end