# File lib/core/facets/array/rotate.rb, line 19
    def rotate(n=1)
      self.dup.rotate!(n)
    end