Method: Beaver#file_cache_file
- Defined in:
- lib/beaver.rb
#file_cache_file ⇒ Object
25 26 27 28 29 30 31 |
# File 'lib/beaver.rb', line 25 def file_cache_file file_loc = File.join(@cache_loc, "files.info") unless File.exist? file_loc FileUtils.touch file_loc end return file_loc end |