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