class Rainbow::Presenter

def wrap_with_sgr(codes) #:nodoc:

:nodoc:
def wrap_with_sgr(codes) #:nodoc:
  self.class.new(StringUtils.wrap_with_sgr(self, [*codes]))
end