Class: String

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

Instance Method Summary collapse

Instance Method Details

#cyanObject



2
3
4
# File 'lib/mmmm/color.rb', line 2

def cyan
  "\e[36m#{self}\e[0m"
end