Class: RubyFiglet::Parser
- Inherits:
-
Object
- Object
- RubyFiglet::Parser
- Defined in:
- lib/ruby_figlet/parser.rb
Instance Method Summary collapse
- #font_table ⇒ Object
-
#initialize(font) ⇒ Parser
constructor
A new instance of Parser.
Constructor Details
Instance Method Details
#font_table ⇒ Object
117 118 119 120 121 122 123 124 125 |
# File 'lib/ruby_figlet/parser.rb', line 117 def font_table { 'letter_lookup': scan, 'height': @height, 'direction': @print_way, 'old_layout': @old_lay, 'full_layout': @full_lay } end |