Method: Array#rotate!

Defined in:
lib/ludy/array/rotate.rb

#rotate!Object

inplace version of rotate



18
19
20
# File 'lib/ludy/array/rotate.rb', line 18

def rotate!
  replace rotate
end