ruby-changes:66237
From: Masafumi <ko1@a...>
Date: Mon, 17 May 2021 20:16:07 +0900 (JST)
Subject: [ruby-changes:66237] 8a974dc83c (master): [flori/json] Fix incorrect `#` position in API doc
https://git.ruby-lang.org/ruby.git/commit/?id=8a974dc83c From 8a974dc83cd2c8a8befb0b612b4f18c3f6f55370 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@u...> Date: Wed, 23 Dec 2020 11:20:13 +0900 Subject: [flori/json] Fix incorrect `#` position in API doc This change fixes an incorrect `#` position in the API documentation of the `JSON` module. https://github.com/flori/json/commit/dc4b62424f --- ext/json/lib/json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/json/lib/json.rb b/ext/json/lib/json.rb index aeb9774..1e64bfc 100644 --- a/ext/json/lib/json.rb +++ b/ext/json/lib/json.rb @@ -493,7 +493,7 @@ require 'json/common' https://github.com/ruby/ruby/blob/trunk/ext/json/lib/json.rb#L493 # json = JSON.generate(ruby0) # {"json_class":"Customer","v":["Dave","123 Main"]} # ruby1 = JSON.parse(json, create_additions: true) # #<struct Customer name="Dave", address="123 Main"> # ruby1.class # Customer - # +# # \Symbol: # require 'json/add/symbol' # ruby0 = :foo # foo -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/