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