# File lib/backports/1.9.2/array.rb, line 67
  def rotate(n=1)
    Array.new(self).rotate!(n)
  end