Method: Sass::CacheStores::Memory#initialize
- Defined in:
- lib/sass/cache_stores/memory.rb
#initialize ⇒ Memory
Create a new, empty cache store.
23 24 25 |
# File 'lib/sass/cache_stores/memory.rb', line 23
def initialize
@contents = {}
end
|