class Rainbow::Presenter

def reset

append terminal reset code to end of string.
It shouldn't be needed to use this method because all methods

Resets terminal to default colors/backgrounds.
def reset
  wrap_with_sgr(TERM_EFFECTS[:reset])
end