Class: String

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

Direct Known Subclasses

SmartColored::String

Instance Method Summary collapse

Instance Method Details

#coloredObject



118
119
120
# File 'lib/smart_colored.rb', line 118

def colored
  SmartColored::String.new(self)
end