ruby-reference-manual:2120
From: Sho Hashimoto <redmine@r...>
Date: Mon, 12 Apr 2010 00:20:10 +0900
Subject: [ruby-reference-manual:2120] [Bug #3130] String#encode の省略可能引数
Bug #3130: String#encode の省略可能引数 http://redmine.ruby-lang.org/issues/show/3130 起票者: Sho Hashimoto ステータス: Open, 優先度: Low カテゴリ: doc String#encode と String#encode! の省略可能引数が [] になってるので以下 のように options の所を = nil に修正しようかと思います。 ---- encode(encoding[, options]) -> String ---- encode(encoding, from_encoding[, options]) -> String ---- encode([options]) -> String +--- encode(encoding, options = nil) -> String +--- encode(encoding, from_encoding, options = nil) -> String +--- encode(options = nil) -> String transcode.c を見て上記のようにしたのですが、あまり自信がないので少し時 間を空けてからコミットします。 ---------------------------------------- http://redmine.ruby-lang.org -- ML: ruby-reference-manual@m... 使い方: http://QuickML.com/
-> 2120 2010-04-11 17:20 [redmine@r... ] [Bug #3130] String#encode の省略可能引数 2122 2010-04-12 03:04 ┗[ksmakoto@d... ] 2123 2010-04-12 03:28 ┣[sho-h@n... ] 2128 2010-04-14 00:27 ┗[zn@m... ] 2139 2010-04-18 07:39 ┗[redmine@r... ] [Bug #3130](Closed) String#encode の省略可能引数