Class: Raykit::Symbols
- Inherits:
-
Object
- Object
- Raykit::Symbols
- Defined in:
- lib/raykit/symbols.rb
Class Method Summary collapse
Class Method Details
.checkmark ⇒ Object
3 4 5 |
# File 'lib/raykit/symbols.rb', line 3 def self.checkmark Rainbow("\u2713").green end |
.error ⇒ Object
9 10 11 |
# File 'lib/raykit/symbols.rb', line 9 def self.error Rainbow("\u0058").red end |
.success ⇒ Object
6 7 8 |
# File 'lib/raykit/symbols.rb', line 6 def self.success Rainbow("\u2713").green end |
.warning ⇒ Object
12 13 14 |
# File 'lib/raykit/symbols.rb', line 12 def self.warning Rainbow("\u26A0").yellow end |