Flowdock
method

to_json

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: NilClass
to_json(*args) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE mNilClass_to_json(int argc, VALUE *argv, VALUE self)
{
    VALUE result = rb_str_new2("null");
    FORCE_UTF8(result);
    return result;
}
Register or log in to add new notes.