Method: WebFont::Finder#initialize

Defined in:
lib/web_font/finder.rb

#initializeFinder

Returns a new instance of Finder.



6
7
8
9
# File 'lib/web_font/finder.rb', line 6

def initialize
  @indices = read_indices
  @items   = read_fonts['items']
end