Class: Color
- Inherits:
-
Object
- Object
- Color
- Defined in:
- lib/color.rb
Class Method Summary collapse
Class Method Details
.bold ⇒ Object
4 5 6 |
# File 'lib/color.rb', line 4 def self.bold "" end |
.clear ⇒ Object
10 11 12 |
# File 'lib/color.rb', line 10 def self.clear "" end |
.cyan ⇒ Object
7 8 9 |
# File 'lib/color.rb', line 7 def self.cyan "" end |
.green ⇒ Object
13 14 15 |
# File 'lib/color.rb', line 13 def self.green "" end |
.white ⇒ Object
20 21 22 |
# File 'lib/color.rb', line 20 def self.white "" end |
.yellow ⇒ Object
16 17 18 |
# File 'lib/color.rb', line 16 def self.yellow "" end |