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