class Troo::Format

Public Instance Methods

underline() click to toggle source

@return [String]

# File lib/troo/presentation/formatter.rb, line 30
def underline
  @underline ? Esc.underline : nil
end