Class: Vera::Icons
- Inherits:
-
Object
- Object
- Vera::Icons
- Defined in:
- lib/vera/icons.rb
Class Method Summary collapse
Class Method Details
.arrow ⇒ Object
11 12 13 |
# File 'lib/vera/icons.rb', line 11 def self.arrow ' ⮕ '.green end |
.check ⇒ Object
7 8 9 |
# File 'lib/vera/icons.rb', line 7 def self.check ' ✓ '.green end |
.cross ⇒ Object
15 16 17 |
# File 'lib/vera/icons.rb', line 15 def self.cross ' ✖ '.red end |