Package org.jruby

Class RubyFixnum

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

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