Method: Cursor#left
- Defined in:
- lib/drydock/console.rb
#left(x = 1) ⇒ Object
177 178 179 |
# File 'lib/drydock/console.rb', line 177 def left(x=1) tput :cub, x end |
177 178 179 |
# File 'lib/drydock/console.rb', line 177 def left(x=1) tput :cub, x end |