Method: Asset::Item#cache_path

Defined in:
lib/assets/item.rb

#cache_pathObject

Cache path



50
51
52
# File 'lib/assets/item.rb', line 50

def cache_path
  @cache_path ||= File.join(::Asset.cache, kext)
end