class Fontist::Index

Public Class Methods

rebuild() click to toggle 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
reset_cache() click to toggle 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