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