module Xi::CoreExt::Enumerator
Public Instance Methods
next?()
click to toggle source
# File lib/xi/core_ext/enumerator.rb, line 3 def next? peek true rescue StopIteration false end
# File lib/xi/core_ext/enumerator.rb, line 3 def next? peek true rescue StopIteration false end