# File lib/lockfile-1.4.3.rb, line 41 def next #--{{{ ret = self[@idx] @idx = ((@idx + 1) % self.size) ret #--}}} end