Class: Fonts

Inherits:
Passenger show all
Defined in:
lib/exogenesis/passengers/fonts.rb

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

#downObject



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

#upObject



9
10
11
# File 'lib/exogenesis/passengers/fonts.rb', line 9

def up
  install_all_fonts
end