class TTYString::Code::SlashT
Public Instance Methods
action()
click to toggle source
# File lib/tty_string/code_definitions.rb, line 50 def action cursor.right(8 - (cursor.col % 8)) end
# File lib/tty_string/code_definitions.rb, line 50 def action cursor.right(8 - (cursor.col % 8)) end