Class: Wlog::UncoloredString

Inherits:
Object
  • Object
show all
Defined in:
lib/wlog/tech/uncolored_string.rb

Overview

Author:

  • Simon Symeonidis

Class Method Summary collapse

Class Method Details

.black(str) ⇒ Object



11
# File 'lib/wlog/tech/uncolored_string.rb', line 11

def self.black(str); str end

.blue(str) ⇒ Object



9
# File 'lib/wlog/tech/uncolored_string.rb', line 9

def self.blue(str); str end

.cyan(str) ⇒ Object



12
# File 'lib/wlog/tech/uncolored_string.rb', line 12

def self.cyan(str); str end

.green(str) ⇒ Object



8
# File 'lib/wlog/tech/uncolored_string.rb', line 8

def self.green(str); str end

.magenta(str) ⇒ Object



7
# File 'lib/wlog/tech/uncolored_string.rb', line 7

def self.magenta(str); str end

.red(str) ⇒ Object

:nodoc:



5
# File 'lib/wlog/tech/uncolored_string.rb', line 5

def self.red(str); str end

.white(str) ⇒ Object



10
# File 'lib/wlog/tech/uncolored_string.rb', line 10

def self.white(str); str end

.yellow(str) ⇒ Object



6
# File 'lib/wlog/tech/uncolored_string.rb', line 6

def self.yellow(str); str end