module Az
Constants
- FONTS
- UNICODE_VERSION
- VERSION
Public Class Methods
az(input, font = :ascii)
click to toggle source
# File lib/az.rb, line 6 def self.az(input, font = :ascii) input.tr( FONTS[:ascii], (FONTS[(font || "").to_sym] or raise ArgumentError, "unknown az font: #{font}") ) end
Also aliased as: of
fonts()
click to toggle source
# File lib/az.rb, line 14 def self.fonts FONTS.keys end