Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ohai committed Nov 17, 2024
1 parent 6793fc6 commit 8db6906
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions refm/api/src/json/JSON
Original file line number Diff line number Diff line change
Expand Up @@ -302,19 +302,19 @@ filespec で指定した JSON 形式のファイルを Ruby オブジェクト

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit 8db6906

Please sign in to comment.