Class: TTYString::Code::SlashT
- Inherits:
-
TTYString::Code
- Object
- TTYString::Code
- TTYString::Code::SlashT
- Defined in:
- lib/tty_string/code_definitions.rb
Overview
leftovers:allow
Instance Method Summary collapse
Methods inherited from TTYString::Code
char, descendants, inherited, #initialize, render
Constructor Details
This class inherits a constructor from TTYString::Code
Instance Method Details
#action ⇒ Object
50 51 52 |
# File 'lib/tty_string/code_definitions.rb', line 50 def action cursor.right(8 - (cursor.col % 8)) end |