Method: WebFont::LocalCache.enable?

Defined in:
lib/web_font/local_cache.rb

.enable?Boolean



21
22
23
# File 'lib/web_font/local_cache.rb', line 21

def enable?
  cache && !!cache_path && Dir.exist?(cache_path)
end