# File lib/backports/1.9.1/string.rb, line 21
  def clear
    self[0,length] = ""
    self
  end