Class: Rainbow::Presenter Private
- 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.
Constant Summary collapse
- TERM_EFFECTS =
This constant is part of a private API. This constant may only be used in the Homebrew/brew repository. Third parties should avoid using this constant if possible, as it may be removed or changed without warning.
T.let(nil, T::Hash[Symbol, Integer])
Constants inherited from String
String::BLANK_RE, String::ENCODED_BLANKS_
Instance Method Summary collapse
- #background(*values) ⇒ Presenter private
- #bg(*values) ⇒ Presenter private
- #black ⇒ Presenter private
- #blink ⇒ Presenter private
- #blue ⇒ Presenter private
- #bold ⇒ Presenter private
- #bright ⇒ Presenter private
- #color(*values) ⇒ Presenter private
- #cross_out ⇒ Presenter private
- #cyan ⇒ Presenter private
- #dark ⇒ Presenter private
- #faint ⇒ Presenter private
- #fg(*values) ⇒ Presenter private
- #foreground(*values) ⇒ Presenter private
- #green ⇒ Presenter private
- #hide ⇒ Presenter private
- #inverse ⇒ Presenter private
- #italic ⇒ Presenter private
- #magenta ⇒ Presenter private
- #red ⇒ Presenter private
- #reset ⇒ Presenter private
- #strike ⇒ Presenter private
- #underline ⇒ Presenter private
- #white ⇒ Presenter private
- #yellow ⇒ Presenter private
Methods inherited from String
Instance Method Details
#background(*values) ⇒ Presenter
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.
176 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 176 def background(*values); end |
#bg(*values) ⇒ Presenter
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.
179 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 179 def bg(*values); end |
#black ⇒ Presenter
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.
209 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 209 def black; end |
#blink ⇒ Presenter
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.
197 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 197 def blink; end |
#blue ⇒ Presenter
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.
221 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 221 def blue; end |
#bold ⇒ Presenter
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.
233 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 233 def bold; end |
#bright ⇒ Presenter
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.
185 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 185 def bright; end |
#color(*values) ⇒ Presenter
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.
167 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 167 def color(*values); end |
#cross_out ⇒ Presenter
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.
206 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 206 def cross_out; end |
#cyan ⇒ Presenter
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.
227 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 227 def cyan; end |
#dark ⇒ Presenter
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.
236 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 236 def dark; end |
#faint ⇒ Presenter
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.
188 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 188 def faint; end |
#fg(*values) ⇒ Presenter
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.
173 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 173 def fg(*values); end |
#foreground(*values) ⇒ Presenter
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.
170 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 170 def foreground(*values); end |
#green ⇒ Presenter
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.
215 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 215 def green; end |
#hide ⇒ Presenter
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.
203 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 203 def hide; end |
#inverse ⇒ Presenter
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.
200 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 200 def inverse; end |
#italic ⇒ Presenter
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.
191 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 191 def italic; end |
#magenta ⇒ Presenter
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.
224 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 224 def magenta; end |
#red ⇒ Presenter
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.
212 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 212 def red; end |
#reset ⇒ Presenter
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.
182 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 182 def reset; end |
#strike ⇒ Presenter
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.
239 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 239 def strike; end |
#underline ⇒ Presenter
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.
194 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 194 def underline; end |
#white ⇒ Presenter
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.
230 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 230 def white; end |
#yellow ⇒ Presenter
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.
218 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 218 def yellow; end |