Method: WebFont::LocalCache.path
- Defined in:
- lib/web_font/local_cache.rb
.path(filename) ⇒ Object
6 7 8 9 |
# File 'lib/web_font/local_cache.rb', line 6 def path(filename) path = File.join(cache_path, filename) File.exist?(path) ? path : nil end |