Method: String.enable_colors

Defined in:
lib/colored.rb

.enable_colorsObject



87
88
89
# File 'lib/colored.rb', line 87

def enable_colors
  self.colors_disabled = false
end