Class: Color

Inherits:
Object
  • Object
show all
Defined in:
lib/color.rb

Class Method Summary collapse

Class Method Details

.boldObject



4
5
6
# File 'lib/color.rb', line 4

def self.bold
  ""
end

.clearObject



10
11
12
# File 'lib/color.rb', line 10

def self.clear
 "" 
end

.cyanObject



7
8
9
# File 'lib/color.rb', line 7

def self.cyan
  ""
end

.greenObject



13
14
15
# File 'lib/color.rb', line 13

def self.green
 ""
end

.whiteObject



20
21
22
# File 'lib/color.rb', line 20

def self.white
 ""
end

.yellowObject



16
17
18
# File 'lib/color.rb', line 16

def self.yellow
 ""
end