Package org.jruby

Class RubyEOFError

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

public class RubyEOFError extends RubyIOError
The Java representation of a Ruby EOFError.
See Also: