# File lib/backports/2.0.0/enumerator/lazy.rb, line 127 def cycle(n = nil) return super if block_given? Lazy.new(@@cycler.new(self, n)) end