In Files

Parent

Methods

Fixnum

Public Instance Methods

to_msgpack(out = '') → String click to toggle source

Serializes the Fixnum into raw bytes.

static VALUE MessagePack_Fixnum_to_msgpack(int argc, VALUE *argv, VALUE self)
{
        ARG_BUFFER(out, argc, argv);
        msgpack_pack_long(out, FIX2LONG(self));
        return out;
}

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.