ruby-reference-manual:1014
From: Yutaka HARA <redmine@r...>
Date: Tue, 1 Jul 2008 17:11:04 +0900
Subject: [ruby-reference-manual:1014] [ReferenceManualRenewalProject - Feature #210] (Open) String#<<のサンプルコードを追加する
チケット #210 が報告されました。 (by Yutaka HARA) ---------------------------------------- Feature #210: String#<<のサンプルコードを追加する http://redmine.ruby-lang.org/issues/show/210 起票者: Yutaka HARA ステータス: Open 優先度: Normal 担当者: カテゴリ: doc Target version: reporter: matsue ruby_version: String#concatにはサンプルがあるが<<にはないので、両方あるといいだろう。 str = "string" str.concat "XXX" p str # => "stringXXX" str << "YYY" p str # => "stringXXXYYY" こんな感じか? ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://redmine.ruby-lang.org/my/account -- ML: ruby-reference-manual@m... 使い方: http://QuickML.com/
-> 1014 2008-07-01 10:11 [redmine@r... ] [ReferenceManualRenewalProject - Feature #210] (Open) String#<<のサンプルコードを追加する 1021 2008-07-04 16:07 ┗[redmine@r... ] [ReferenceManualRenewalProject - Feature #210] (Closed) String#<<のサンプルコードを追加する