Class: String

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

Overview

Extend String to add color

Instance Method Summary collapse

Instance Method Details

#greenObject



3
4
5
# File 'lib/sdm/color.rb', line 3

def green
  "" + self + ""
end

#redObject



6
7
8
# File 'lib/sdm/color.rb', line 6

def red
  "" + self + ""
end