Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect `#` position in API doc | Masafumi Koba | 2020-12-23 | 1 | -1/+1 |
| | | | This change fixes an incorrect `#` position in the API documentation of the `JSON` module. | ||||
* | RDoc example for JSON.load | BurdetteLamar | 2020-07-04 | 1 | -1/+1 |
| | |||||
* | Move options from #generate and #parse to common area | BurdetteLamar | 2020-06-30 | 1 | -0/+171 |
| | |||||
* | RDoc enhancements | BurdetteLamar | 2020-06-25 | 1 | -16/+16 |
| | |||||
* | RDoc enhancements | BurdetteLamar | 2020-06-25 | 1 | -2/+2 |
| | |||||
* | Rdoc enhancements | BurdetteLamar | 2020-05-06 | 1 | -62/+379 |
| | |||||
* | Fix examples syntax | zverok | 2019-12-29 | 1 | -2/+2 |
| | |||||
* | Enchance generic JSON and #generate docs | zverok | 2019-12-29 | 1 | -5/+45 |
| | |||||
* | Remove invalid JSON.generate description from JSON module rdoc | Jeremy Evans | 2019-08-25 | 1 | -8/+0 |
| | | | | | This text used to be true in older versions of json, but has not been true for a number of years (since json version 2 I think). | ||||
* | Add frozen_string_literal: false | Nobuyoshi Nakada | 2016-06-21 | 1 | -0/+1 |
| | | | | When you change this to true, you may need to add more tests. | ||||
* | * lib/json.rb: Move module overview definition for rdoc | Zachary Scott | 2013-02-04 | 1 | -2/+2 |
| | |||||
* | Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203] | Eric Hodel | 2011-08-26 | 1 | -4/+4 |
| | |||||
* | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 1 | -4/+4 |
| | |||||
* | Apply patch by Cory Monty <cory.monty@gmail.com>. | Florian Frank | 2011-06-09 | 1 | -0/+52 |
| | |||||
* | initial commit | Florian Frank | 2009-08-24 | 1 | -0/+10 |