Skip to content

Commit

Permalink
open-uri: OpenURI::Meta#content_type は文字列を返す
Browse files Browse the repository at this point in the history
見出しには `-> String` と書かれており、例示されているサンプルや、実際の実装も文字列を返しているが、説明は「文字列の配列」となっているため修正します。
  • Loading branch information
tk0miya authored Nov 1, 2023
1 parent 49df475 commit 463801c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/open-uri.rd
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ open('http://www.rubyist.net/') {|f|

--- content_type -> String

対象となるリソースの Content-Type を文字列の配列で返します。Content-Type ヘッダの情報が使われます。
対象となるリソースの Content-Type を文字列で返します。Content-Type ヘッダの情報が使われます。
Content-Type ヘッダがない場合は、"application/octet-stream" を返します。

#@samplecode 例
Expand Down

0 comments on commit 463801c

Please sign in to comment.