class NullEnumerator
A null enumerator which can be used to seed sequence enumeration. See Kernel#null_enum
Public Instance Methods
+(other)
click to toggle source
# File lib/utilrb/enumerable/null.rb, line 5 def +(other); other end
each()
click to toggle source
# File lib/utilrb/enumerable/null.rb, line 4 def each; self end