Class: String

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

Instance Method Summary collapse

Instance Method Details

#termcolorObject



111
112
113
# File 'lib/termcolor.rb', line 111

def termcolor
  TermColor.parse(self)
end