Object
Serializes the Float into raw bytes.
static VALUE MessagePack_Float_to_msgpack(int argc, VALUE *argv, VALUE self) { ARG_BUFFER(out, argc, argv); msgpack_pack_double(out, rb_num2dbl(self)); return out; }
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.