Explorar el Código

Add font file

master
Dylan Baker hace 5 años
padre
commit
43b8e17da9
Se han modificado 2 ficheros con 2495 adiciones y 1 borrados
  1. 2494
    0
      banner.flf
  2. 1
    1
      figbot.rb

+ 2494
- 0
banner.flf
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 1
figbot.rb Ver fichero

@@ -7,7 +7,7 @@ def fig(input)
7 7
 
8 8
   banners = []
9 9
 
10
-  font = Figlet::Font.new(File.expand_path('./lib/banner.flf'))
10
+  font = Figlet::Font.new(File.expand_path('./banner.flf'))
11 11
   figlet = Figlet::Typesetter.new(font)
12 12
 
13 13
   chunks = opts[:message].chars.to_a.each_slice(5).to_a.map{|chunk| chunk.join}

Loading…
Cancelar
Guardar