Class: Fonts
Overview
Installs and Removes Fonts
Instance Method Summary collapse
Methods inherited from Passenger
by_name, emoji_name, #initialize, needs, register_as, with_emoji
Constructor Details
This class inherits a constructor from Passenger
Instance Method Details
permalink #down ⇒ Object
[View source]
13 14 15 16 17 |
# File 'lib/exogenesis/passengers/fonts.rb', line 13 def down collect_fonts do |file| rm_rf target_font_path(file) end end |
permalink #up ⇒ Object
[View source]
9 10 11 |
# File 'lib/exogenesis/passengers/fonts.rb', line 9 def up install_all_fonts end |