Class: Moo::TextLine

Inherits:
Object
  • Object
show all
Defined in:
lib/text_line.rb

Instance Method Summary collapse

Instance Method Details

#default_optionsObject



3
4
5
6
7
8
9
10
# File 'lib/text_line.rb', line 3

def default_options
  {
    :bold => false,
    :align => 'left',
    :font => 'modern',
    :colour => '#000000'
  }
end