class Rainbow::Presenter

def underline

Turns on underline decoration for this text.
def underline
  wrap_with_sgr(TERM_EFFECTS[:underline])
end