class TTYString::Code::SlashN

Public Instance Methods

action() click to toggle source
# File lib/tty_string/code_definitions.rb, line 32
def action
  cursor.down
  cursor.col = 0
  screen.write('')
end