Method: Cursor#down
- Defined in:
- lib/drydock/console.rb
#down(n = 1) ⇒ Object
169 170 171 |
# File 'lib/drydock/console.rb', line 169 def down(n=1) tput :cud, n end |
169 170 171 |
# File 'lib/drydock/console.rb', line 169 def down(n=1) tput :cud, n end |