Class: String

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

Instance Method Summary collapse

Instance Method Details

#colorObject



4
5
6
# File 'lib/string.rb', line 4

def color
  ColorString::Colorize.new(self).color
end