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