# File lib/sass/tree/visitors/to_css.rb, line 97
  def rstrip!
    erase! @result.length - 1 - (@result.rindex(/[^\s]/) || -1)
  end