class Fontist::Index
Public Class Methods
Source
# File lib/fontist/index.rb, line 6 def self.rebuild Fontist::Indexes::DefaultFamilyFontIndex.rebuild Fontist::Indexes::PreferredFamilyFontIndex.rebuild Fontist::Indexes::FilenameIndex.rebuild reset_cache end
Source
# File lib/fontist/index.rb, line 14 def self.reset_cache Fontist::Indexes::DefaultFamilyFontIndex.reset_cache Fontist::Indexes::PreferredFamilyFontIndex.reset_cache Fontist::Indexes::FilenameIndex.reset_cache end