Class: String

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#cyanObject



13
# File 'lib/task.rb', line 13

def cyan; "\e[1;36m#{to_s}\e[0m"; end

#yellowObject



14
# File 'lib/task.rb', line 14

def yellow; "\e[1;33m#{to_s}\e[0m"; end