Skip to content

Commit

Permalink
Merge pull request #31 from rurema/update-generated-documents
Browse files Browse the repository at this point in the history
Update generated documents
  • Loading branch information
github-actions[bot] authored Nov 29, 2024
2 parents e374c6a + 545833f commit 00b894b
Show file tree
Hide file tree
Showing 201 changed files with 1,681 additions and 291 deletions.
2 changes: 1 addition & 1 deletion db/db-3.0/class/-j-s-o-n=-circular-datastructure
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:468
source_location=refm/api/src/json/JSON:488

JSON 形式の文字列を生成するときに循環するデータ構造があるときに発生する例外です。
2 changes: 1 addition & 1 deletion db/db-3.0/class/-j-s-o-n=-generator-error
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=JSON=UnparserError
aliasof=
source_location=refm/api/src/json/JSON:463
source_location=refm/api/src/json/JSON:483

JSON 形式の文字列を生成するときに発生したエラーを通知する例外です。
2 changes: 1 addition & 1 deletion db/db-3.0/class/-j-s-o-n=-j-s-o-n-error
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:455
source_location=refm/api/src/json/JSON:475

JSON のエラーのための基底クラスです。
2 changes: 1 addition & 1 deletion db/db-3.0/class/-j-s-o-n=-missing-unicode-support
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:472
source_location=refm/api/src/json/JSON:492

要求されたユニコードサポートがシステムにインストールされていない場合に発生する例外です。
通常、これは [[lib:iconv]] がインストールされていないことを意味します。
2 changes: 1 addition & 1 deletion db/db-3.0/class/-j-s-o-n=-nesting-error
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:477
source_location=refm/api/src/json/JSON:497

パースしようとしているデータ構造のネストが深すぎる場合に発生する例外です。
2 changes: 1 addition & 1 deletion db/db-3.0/class/-j-s-o-n=-parser-error
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:459
source_location=refm/api/src/json/JSON:479

JSON のパースエラーを通知する例外です。
4 changes: 4 additions & 0 deletions db/db-3.0/method/-j-s-o-n/=index
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
.generate JSON.#generate
.generator JSON.generator
.load JSON.#load
.load_file JSON.#load_file
.load_file! JSON.#load_file!
.parse JSON.#parse
.parse! JSON.#parse!
.parser JSON.parser
Expand All @@ -20,6 +22,8 @@
#fast_unparse JSON.#fast_generate
#generate JSON.#generate
#load JSON.#load
#load_file JSON.#load_file
#load_file! JSON.#load_file!
#parse JSON.#parse
#parse! JSON.#parse!
#pretty_generate JSON.#pretty_generate
Expand Down
2 changes: 1 addition & 1 deletion db/db-3.0/method/-j-s-o-n/c.-infinity.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=Infinity
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:431
source_location=refm/api/src/json/JSON:451

--- Infinity -> Float

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.0/method/-j-s-o-n/c.-j-s-o-n_-l-o-a-d-e-d.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=JSON_LOADED
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:449
source_location=refm/api/src/json/JSON:469

--- JSON_LOADED -> bool

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.0/method/-j-s-o-n/c.-minus-infinity.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=MinusInfinity
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:437
source_location=refm/api/src/json/JSON:457

--- MinusInfinity -> Float

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.0/method/-j-s-o-n/c.-na-n.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=NaN
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:443
source_location=refm/api/src/json/JSON:463

--- NaN -> Float

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=VARIANT_BINARY
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:412
source_location=refm/api/src/json/JSON:432

--- VARIANT_BINARY -> bool

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.0/method/-j-s-o-n/c.-v-e-r-s-i-o-n.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=VERSION
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:417
source_location=refm/api/src/json/JSON:437

--- JSON::VERSION -> String

Expand Down
15 changes: 15 additions & 0 deletions db/db-3.0/method/-j-s-o-n/m.load_file.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
names=load_file
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:299

--- load_file(filespec, opts = {}) -> object

filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。

@param filespec ファイル名を指定します。

@param options オプションをハッシュで指定します。指定可能なオプションは [[m:JSON.#parse]] と同様です。

@see [[m:JSON.#parse]]

15 changes: 15 additions & 0 deletions db/db-3.0/method/-j-s-o-n/m.load_file=21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
names=load_file!
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:309

--- load_file!(filespec, opts = {}) -> object

filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。

@param filespec ファイル名を指定します。

@param options オプションをハッシュで指定します。指定可能なオプションは [[m:JSON.#parse!]] と同様です。

@see [[m:JSON.#parse!]]

2 changes: 1 addition & 1 deletion db/db-3.0/method/-j-s-o-n/m.parse.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=parse
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:299
source_location=refm/api/src/json/JSON:319

--- parse(source, options = {}) -> object

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.0/method/-j-s-o-n/m.parse=21.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=parse!
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:332
source_location=refm/api/src/json/JSON:352

--- parse!(source, options = {}) -> object

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.0/method/-j-s-o-n/m.pretty_generate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=pretty_generate,pretty_unparse
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:370
source_location=refm/api/src/json/JSON:390

--- pretty_generate(object, options = nil) -> String
--- pretty_unparse(object, options = nil) -> String
Expand Down
3 changes: 2 additions & 1 deletion db/db-3.0/method/=index
Original file line number Diff line number Diff line change
Expand Up @@ -3703,7 +3703,8 @@ ln Kernel# FileUtils# FileUtils. FileUtils=Verbose# FileUtils=NoWrite# FileUtils
ln_s FileUtils# FileUtils. FileUtils=Verbose# FileUtils=NoWrite# FileUtils=DryRun# RakeFileUtils#
ln_sf FileUtils# FileUtils. FileUtils=Verbose# FileUtils=NoWrite# FileUtils=DryRun# RakeFileUtils#
load Kernel# Kernel. Marshal# Marshal. JSON# JSON. OpenSSL=Config. OpenSSL=Engine. OptionParser# Psych. Rake=DefaultLoader# Rake=MakefileLoader# Gem=Specification.
load_file Psych. Gem=ConfigFile#
load_file JSON# JSON. Psych. Gem=ConfigFile#
load_file! JSON# JSON.
load_from_binary RubyVM=InstructionSequence.
load_from_binary_extra_data RubyVM=InstructionSequence.
load_full_rubygems_library Gem=QuickLoader.
Expand Down
3 changes: 2 additions & 1 deletion db/db-3.0/method/=sindex
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,8 @@ ln Kernel# FileUtils.# OpenSSL=ASN1=ObjectId#
ln_s FileUtils.#
ln_sf FileUtils.#
load Kernel.# Marshal.# JSON.# OpenSSL=Config. OpenSSL=Engine. OptionParser# Psych. Rake=DefaultLoader# Rake=MakefileLoader# Gem=Specification.
load_file Psych. Gem=ConfigFile#
load_file JSON.# Psych. Gem=ConfigFile#
load_file! JSON.#
load_from_binary RubyVM=InstructionSequence.
load_from_binary_extra_data RubyVM=InstructionSequence.
load_full_rubygems_library Gem=QuickLoader.
Expand Down
2 changes: 1 addition & 1 deletion db/db-3.1/class/-j-s-o-n=-circular-datastructure
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:468
source_location=refm/api/src/json/JSON:488

JSON 形式の文字列を生成するときに循環するデータ構造があるときに発生する例外です。
2 changes: 1 addition & 1 deletion db/db-3.1/class/-j-s-o-n=-generator-error
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=JSON=UnparserError
aliasof=
source_location=refm/api/src/json/JSON:463
source_location=refm/api/src/json/JSON:483

JSON 形式の文字列を生成するときに発生したエラーを通知する例外です。
2 changes: 1 addition & 1 deletion db/db-3.1/class/-j-s-o-n=-j-s-o-n-error
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:455
source_location=refm/api/src/json/JSON:475

JSON のエラーのための基底クラスです。
2 changes: 1 addition & 1 deletion db/db-3.1/class/-j-s-o-n=-missing-unicode-support
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:472
source_location=refm/api/src/json/JSON:492

要求されたユニコードサポートがシステムにインストールされていない場合に発生する例外です。
通常、これは [[lib:iconv]] がインストールされていないことを意味します。
2 changes: 1 addition & 1 deletion db/db-3.1/class/-j-s-o-n=-nesting-error
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:477
source_location=refm/api/src/json/JSON:497

パースしようとしているデータ構造のネストが深すぎる場合に発生する例外です。
2 changes: 1 addition & 1 deletion db/db-3.1/class/-j-s-o-n=-parser-error
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dynamically_extended=
library=json
aliases=
aliasof=
source_location=refm/api/src/json/JSON:459
source_location=refm/api/src/json/JSON:479

JSON のパースエラーを通知する例外です。
4 changes: 4 additions & 0 deletions db/db-3.1/method/-j-s-o-n/=index
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
.generate JSON.#generate
.generator JSON.generator
.load JSON.#load
.load_file JSON.#load_file
.load_file! JSON.#load_file!
.parse JSON.#parse
.parse! JSON.#parse!
.parser JSON.parser
Expand All @@ -20,6 +22,8 @@
#fast_unparse JSON.#fast_generate
#generate JSON.#generate
#load JSON.#load
#load_file JSON.#load_file
#load_file! JSON.#load_file!
#parse JSON.#parse
#parse! JSON.#parse!
#pretty_generate JSON.#pretty_generate
Expand Down
2 changes: 1 addition & 1 deletion db/db-3.1/method/-j-s-o-n/c.-infinity.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=Infinity
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:431
source_location=refm/api/src/json/JSON:451

--- Infinity -> Float

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.1/method/-j-s-o-n/c.-j-s-o-n_-l-o-a-d-e-d.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=JSON_LOADED
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:449
source_location=refm/api/src/json/JSON:469

--- JSON_LOADED -> bool

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.1/method/-j-s-o-n/c.-minus-infinity.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=MinusInfinity
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:437
source_location=refm/api/src/json/JSON:457

--- MinusInfinity -> Float

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.1/method/-j-s-o-n/c.-na-n.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=NaN
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:443
source_location=refm/api/src/json/JSON:463

--- NaN -> Float

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=VARIANT_BINARY
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:412
source_location=refm/api/src/json/JSON:432

--- VARIANT_BINARY -> bool

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.1/method/-j-s-o-n/c.-v-e-r-s-i-o-n.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=VERSION
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:417
source_location=refm/api/src/json/JSON:437

--- JSON::VERSION -> String

Expand Down
15 changes: 15 additions & 0 deletions db/db-3.1/method/-j-s-o-n/m.load_file.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
names=load_file
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:299

--- load_file(filespec, opts = {}) -> object

filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。

@param filespec ファイル名を指定します。

@param options オプションをハッシュで指定します。指定可能なオプションは [[m:JSON.#parse]] と同様です。

@see [[m:JSON.#parse]]

15 changes: 15 additions & 0 deletions db/db-3.1/method/-j-s-o-n/m.load_file=21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
names=load_file!
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:309

--- load_file!(filespec, opts = {}) -> object

filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。

@param filespec ファイル名を指定します。

@param options オプションをハッシュで指定します。指定可能なオプションは [[m:JSON.#parse!]] と同様です。

@see [[m:JSON.#parse!]]

2 changes: 1 addition & 1 deletion db/db-3.1/method/-j-s-o-n/m.parse.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=parse
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:299
source_location=refm/api/src/json/JSON:319

--- parse(source, options = {}) -> object

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.1/method/-j-s-o-n/m.parse=21.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=parse!
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:332
source_location=refm/api/src/json/JSON:352

--- parse!(source, options = {}) -> object

Expand Down
2 changes: 1 addition & 1 deletion db/db-3.1/method/-j-s-o-n/m.pretty_generate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
names=pretty_generate,pretty_unparse
visibility=public
kind=defined
source_location=refm/api/src/json/JSON:370
source_location=refm/api/src/json/JSON:390

--- pretty_generate(object, options = nil) -> String
--- pretty_unparse(object, options = nil) -> String
Expand Down
3 changes: 2 additions & 1 deletion db/db-3.1/method/=index
Original file line number Diff line number Diff line change
Expand Up @@ -3709,7 +3709,8 @@ ln Kernel# FileUtils# FileUtils. FileUtils=Verbose# FileUtils=NoWrite# FileUtils
ln_s FileUtils# FileUtils. FileUtils=Verbose# FileUtils=NoWrite# FileUtils=DryRun# RakeFileUtils#
ln_sf FileUtils# FileUtils. FileUtils=Verbose# FileUtils=NoWrite# FileUtils=DryRun# RakeFileUtils#
load Kernel# Kernel. Marshal# Marshal. JSON# JSON. OpenSSL=Config. OpenSSL=Engine. OptionParser# Psych. Rake=DefaultLoader# Rake=MakefileLoader# Gem=Specification.
load_file Psych. Gem=ConfigFile#
load_file JSON# JSON. Psych. Gem=ConfigFile#
load_file! JSON# JSON.
load_from_binary RubyVM=InstructionSequence.
load_from_binary_extra_data RubyVM=InstructionSequence.
load_full_rubygems_library Gem=QuickLoader.
Expand Down
3 changes: 2 additions & 1 deletion db/db-3.1/method/=sindex
Original file line number Diff line number Diff line change
Expand Up @@ -3781,7 +3781,8 @@ ln Kernel# FileUtils.# OpenSSL=ASN1=ObjectId#
ln_s FileUtils.#
ln_sf FileUtils.#
load Kernel.# Marshal.# JSON.# OpenSSL=Config. OpenSSL=Engine. OptionParser# Psych. Rake=DefaultLoader# Rake=MakefileLoader# Gem=Specification.
load_file Psych. Gem=ConfigFile#
load_file JSON.# Psych. Gem=ConfigFile#
load_file! JSON.#
load_from_binary RubyVM=InstructionSequence.
load_from_binary_extra_data RubyVM=InstructionSequence.
load_full_rubygems_library Gem=QuickLoader.
Expand Down
Loading

0 comments on commit 00b894b

Please sign in to comment.