Class: Rainbow::NullPresenter 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
Constants inherited from String
String::BLANK_RE, String::ENCODED_BLANKS_
Instance Method Summary collapse
- #background(*values) ⇒ NullPresenter private
- #bg(*values) ⇒ NullPresenter private
- #black ⇒ NullPresenter private
- #blink ⇒ NullPresenter private
- #blue ⇒ NullPresenter private
- #bold ⇒ NullPresenter private
- #bright ⇒ NullPresenter private
- #color(*values) ⇒ NullPresenter private
- #cross_out ⇒ NullPresenter private
- #cyan ⇒ NullPresenter private
- #dark ⇒ NullPresenter private
- #faint ⇒ NullPresenter private
- #fg(*values) ⇒ NullPresenter private
- #foreground(*values) ⇒ NullPresenter private
- #green ⇒ NullPresenter private
- #hide ⇒ NullPresenter private
- #inverse ⇒ NullPresenter private
- #italic ⇒ NullPresenter private
- #magenta ⇒ NullPresenter private
- #red ⇒ NullPresenter private
- #reset ⇒ NullPresenter private
- #strike ⇒ NullPresenter private
- #underline ⇒ NullPresenter private
- #white ⇒ NullPresenter private
- #yellow ⇒ NullPresenter private
Methods inherited from String
Instance Method Details
#background(*values) ⇒ NullPresenter
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.
97 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 97 def background(*values); end |
#bg(*values) ⇒ NullPresenter
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.
100 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 100 def bg(*values); end |
#black ⇒ NullPresenter
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.
130 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 130 def black; end |
#blink ⇒ NullPresenter
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.
118 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 118 def blink; end |
#blue ⇒ NullPresenter
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.
142 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 142 def blue; end |
#bold ⇒ NullPresenter
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.
154 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 154 def bold; end |
#bright ⇒ NullPresenter
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.
106 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 106 def bright; end |
#color(*values) ⇒ NullPresenter
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.
88 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 88 def color(*values); end |
#cross_out ⇒ NullPresenter
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.
127 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 127 def cross_out; end |
#cyan ⇒ NullPresenter
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.
148 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 148 def cyan; end |
#dark ⇒ NullPresenter
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.
157 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 157 def dark; end |
#faint ⇒ NullPresenter
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.
109 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 109 def faint; end |
#fg(*values) ⇒ NullPresenter
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.
94 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 94 def fg(*values); end |
#foreground(*values) ⇒ NullPresenter
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.
91 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 91 def foreground(*values); end |
#green ⇒ NullPresenter
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.
136 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 136 def green; end |
#hide ⇒ NullPresenter
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.
124 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 124 def hide; end |
#inverse ⇒ NullPresenter
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.
121 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 121 def inverse; end |
#italic ⇒ NullPresenter
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.
112 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 112 def italic; end |
#magenta ⇒ NullPresenter
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.
145 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 145 def magenta; end |
#red ⇒ NullPresenter
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.
133 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 133 def red; end |
#reset ⇒ NullPresenter
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.
103 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 103 def reset; end |
#strike ⇒ NullPresenter
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.
160 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 160 def strike; end |
#underline ⇒ NullPresenter
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.
115 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 115 def underline; end |
#white ⇒ NullPresenter
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.
151 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 151 def white; end |
#yellow ⇒ NullPresenter
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.
139 |
# File 'sorbet/rbi/annotations/rainbow.rbi', line 139 def yellow; end |