We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcbcb8 commit 672e26eCopy full SHA for 672e26e
1 file changed
lib/json/common.rb
@@ -1036,7 +1036,8 @@ class Coder
1036
# JSON.new(options = nil, &block)
1037
#
1038
# Argument +options+, if given, contains a \Hash of options for both parsing and generating.
1039
- # See {Parsing Options}[#module-JSON-label-Parsing+Options], and {Generating Options}[#module-JSON-label-Generating+Options].
+ # See {Parsing Options}[rdoc-ref:JSON@Parsing+Options],
1040
+ # and {Generating Options}[rdoc-ref:JSON@Generating+Options].
1041
1042
# For generation, the <tt>strict: true</tt> option is always set. When a Ruby object with no native \JSON counterpart is
1043
# encountered, the block provided to the initialize method is invoked, and must return a Ruby object that has a native
0 commit comments