class Rainbow::Presenter

def hide

Hides this text (set its color to the same as background).
def hide
  wrap_with_sgr(TERM_EFFECTS[:hide])
end