Module: Hashdown::Finder::InstanceMethods

Defined in:
lib/hashdown/finder.rb

Instance Method Summary collapse

Instance Method Details

#clear_hashdown_finder_cacheObject



43
44
45
# File 'lib/hashdown/finder.rb', line 43

def clear_hashdown_finder_cache
  Hashdown.uncache(:finder, self.class.to_s, self[hashdown.finder.key])
end

#hashdownObject



39
40
41
# File 'lib/hashdown/finder.rb', line 39

def hashdown
  self.class.hashdown
end