Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/termcolorlight.rb
Instance Method Summary collapse
Instance Method Details
#escape ⇒ Object
108 109 110 |
# File 'lib/termcolorlight.rb', line 108 def escape TermColorLight.escape(self) end |
#termcolor ⇒ Object
104 105 106 |
# File 'lib/termcolorlight.rb', line 104 def termcolor TermColorLight.parse(self) end |