# File lib/more/facets/ansicode.rb, line 200
  def left( spaces=1 )
    "\e[#{spaces.to_i}D"
  end