Class: CTodo::NoneColorSet

Inherits:
ColorSet show all
Defined in:
lib/ctodo/color.rb

Instance Method Summary collapse

Methods inherited from ColorSet

#demo, #rst

Instance Method Details

#blackObject



47
# File 'lib/ctodo/color.rb', line 47

def black; "" end

#blueObject



43
# File 'lib/ctodo/color.rb', line 43

def blue; "" end

#cyanObject



41
# File 'lib/ctodo/color.rb', line 41

def cyan; "" end

#greenObject



45
# File 'lib/ctodo/color.rb', line 45

def green; "" end

#magentaObject



42
# File 'lib/ctodo/color.rb', line 42

def magenta; "" end

#redObject



46
# File 'lib/ctodo/color.rb', line 46

def red; "" end

#whiteObject



40
# File 'lib/ctodo/color.rb', line 40

def white; "" end

#yellowObject



44
# File 'lib/ctodo/color.rb', line 44

def yellow; "" end