Class: Underline
Instance Method Summary collapse
- #code ⇒ Object
- #off ⇒ Object (also: #underline_off)
- #uncode ⇒ Object
Instance Method Details
#code ⇒ Object
3 4 5 |
# File 'lib/vv/style/underline.rb', line 3 def code "\033[4m" end |
#off ⇒ Object Also known as: underline_off
7 8 9 |
# File 'lib/vv/style/underline.rb', line 7 def off "\033[24m" end |
#uncode ⇒ Object
12 13 14 |
# File 'lib/vv/style/underline.rb', line 12 def uncode off end |