# File lib/core/facets/string/rotate.rb, line 22
  def rotate!(count=1) replace(rotate(count)) end