Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/json/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -812,9 +812,9 @@ class Coder
private_constant :EXCLUDED_GENERATOR_OPTIONS

# :call-seq:
# JSON.new(options = nil, &block)
# JSON::Coder.new(**options, &block)
#
# Argument +options+, if given, contains a \Hash of options for both parsing and generating.
# Keyword arguments +options+, if given, are options for both parsing and generating.
# See {Parsing Options}[rdoc-ref:JSON@Parsing+Options],
# and {Generating Options}[rdoc-ref:JSON@Generating+Options].
#
Expand Down