Module: Turbolog::Color

Defined in:
lib/turbolog/helpers.rb

Class Method Summary collapse

Class Method Details

.blue(mytext) ⇒ Object



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

def Color.blue(mytext)
  "\e[34m#{mytext}\e[0m".center(40)
end

.red(mytext) ⇒ Object



3
4
5
# File 'lib/turbolog/helpers.rb', line 3

def Color.red(mytext) 
  "\e[31m#{mytext}\e[0m".center(40)
end