Package org.jruby

Class RubyInteger

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType
Direct Known Subclasses:
RubyBignum, RubyFixnum

public abstract class RubyInteger extends RubyNumeric
Implementation of the Integer class.
Author:
jpetersen
See Also: