Method: Configural::MacPlatform#cache_path
- Defined in:
- lib/configural/platform.rb
#cache_path ⇒ Object
97 98 99 |
# File 'lib/configural/platform.rb', line 97 def cache_path File.join( ENV['HOME'], 'Library', 'Caches', @app.name ) end |