Module: JSON::Ext::Generator::GeneratorMethods::NilClass
- Defined in:
- ext/json/ext/generator/generator.c
Instance Method Summary collapse
Instance Method Details
#to_json(*) ⇒ Object
565 566 567 568 |
# File 'ext/json/ext/generator/generator.c', line 565
static VALUE mNilClass_to_json(int argc, VALUE *argv, VALUE self)
{
GENERATE_JSON(null);
}
|