File tree 1 file changed +70
-0
lines changed
1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,76 @@ static char *fstrndup(const char *ptr, unsigned long len) {
324
324
*
325
325
*/
326
326
327
+ /* Explanation of the following: that's the only way to not pollute
328
+ * standard library's docs with GeneratorMethods::<ClassName> which
329
+ * are uninformative and take a large place in a list of classes
330
+ */
331
+
332
+ /*
333
+ * Document-module: JSON::Ext::Generator::GeneratorMethods
334
+ * :nodoc:
335
+ */
336
+
337
+ /*
338
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Array
339
+ * :nodoc:
340
+ */
341
+
342
+ /*
343
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Bignum
344
+ * :nodoc:
345
+ */
346
+
347
+ /*
348
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::FalseClass
349
+ * :nodoc:
350
+ */
351
+
352
+ /*
353
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Fixnum
354
+ * :nodoc:
355
+ */
356
+
357
+ /*
358
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Float
359
+ * :nodoc:
360
+ */
361
+
362
+ /*
363
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Hash
364
+ * :nodoc:
365
+ */
366
+
367
+ /*
368
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Integer
369
+ * :nodoc:
370
+ */
371
+
372
+ /*
373
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::NilClass
374
+ * :nodoc:
375
+ */
376
+
377
+ /*
378
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Object
379
+ * :nodoc:
380
+ */
381
+
382
+ /*
383
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::String
384
+ * :nodoc:
385
+ */
386
+
387
+ /*
388
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::String::Extend
389
+ * :nodoc:
390
+ */
391
+
392
+ /*
393
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::TrueClass
394
+ * :nodoc:
395
+ */
396
+
327
397
/*
328
398
* call-seq: to_json(state = nil)
329
399
*
You can’t perform that action at this time.
0 commit comments