Instance Methods
2.5
View on GitHub
static VALUE mFalseClass_to_json(int argc, VALUE *argv, VALUE self)
{
GENERATE_JSON(false);
}
Returns a JSON string for false: ‘false’.