Class: Rainbow::StringUtils Private

Inherits:
Object show all
Defined in:
sorbet/rbi/annotations/rainbow.rbi

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Class Method Summary collapse

Class Method Details

.uncolor(string) ⇒ String

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Parameters:

Returns:



247
# File 'sorbet/rbi/annotations/rainbow.rbi', line 247

def self.uncolor(string); end

.wrap_with_sgr(string, codes) ⇒ String

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Parameters:

Returns:



244
# File 'sorbet/rbi/annotations/rainbow.rbi', line 244

def self.wrap_with_sgr(string, codes); end