class Sphyg::Enumerators::Rotate
Rotates the whole array of frames at each iteration
Public Instance Methods
next()
click to toggle source
# File lib/sphyg/enumerators/rotate.rb, line 7 def next @frames.rotate!.join end