Class: Middleman::CoreExtensions::FrontMatter

Inherits:
Object
  • Object
show all
Defined in:
lib/artifact/middleman.rb

Instance Method Summary collapse

Instance Method Details

#flush_cache!Object

extension’s clear_data method doesn’t work because it uses the full file path, while the cache setter uses only the relative path



23
24
25
# File 'lib/artifact/middleman.rb', line 23

def flush_cache!
  @cache = {}
end