class Fontist::Import::Macos
Constants
- FONT_XML
- HOMEPAGE
Public Class Methods
Source
# File lib/fontist/import/macos.rb, line 11 def initialize(font_xml = FONT_XML) @font_xml = font_xml end
Public Instance Methods
Source
# File lib/fontist/import/macos.rb, line 15 def call links.each do |link| create_formula(link) end Fontist::Index.rebuild Fontist.ui.success("Created #{links.size} formulas.") end