Move cursor left a specificed number of spaces.
204 205 206
# File 'lib/ansi/code.rb', line 204 def left(spaces=1) "\e[#{spaces.to_i}D" end