Package org.jruby

Class RubyEnumerator

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, Iterator<Object>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType

public class RubyEnumerator extends RubyObject implements Iterator<Object>
Implementation of Ruby's Enumerator module.
See Also: