Package org.jruby

Class RubyFixnum

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

public class RubyFixnum extends RubyInteger implements Constantizable
Implementation of the Integer (Fixnum internal) class.
See Also: