Class: Troo::Format

Inherits:
Object
  • Object
show all
Defined in:
lib/troo/presentation/formatter.rb

Instance Method Summary collapse

Instance Method Details

#underlineString

Returns:

  • (String)


30
31
32
# File 'lib/troo/presentation/formatter.rb', line 30

def underline
  @underline ? Esc.underline : nil
end