[前][次][番号順一覧][スレッド一覧]

ruby-reference-manual:1046

From: okkez <okkez000@g...>
Date: Wed, 9 Jul 2008 13:14:57 +0900
Subject: [ruby-reference-manual:1046] Re: [ReferenceManualRenewalProject - Feature #234] (Open) メソッドの別名にも独立の項目を設ける。

web ブラウザのページ内検索では不十分でしょうか?

2008/07/08 14:32 Anonymous <redmine@r...>:
> チケット #234 が報告されました。 (by Anonymous)
>
> ----------------------------------------
> Feature #234: メソッドの別名にも独立の項目を設ける。
> http://redmine.ruby-lang.org/issues/show/234
>
> 起票者: Anonymous
> ステータス: Open
> 優先度: Normal
> 担当者:
> カテゴリ:
> Target version:
> reporter: たけ(tk)
> ruby_version:
>
>
> メソッドの別名にも独立の項目を設ける。
>
> たとえば、
>
> http://doc.loveruby.net/refm/api/view/class/String
>
> で「each_char」が「C」から始まる部分には入っているが、「E」から始まる部分には入っていない。
> これでは、「each_char」を調べたい人が「E」の部分を調べて、見つけることができない、ということになってしまう。
>
> 従って、メソッドの別名にも独立の項目を設けて、「each_char ・・ charsメソッドの別名です」という行を追加するのが望ましい。
>
> −−
>
> center(width, padding = ' ') -> String
>
> each_char {|cstr| block } -> self
> chars {|cstr| block } -> self
>
> chomp(rs = $/) -> String
>
> −−
>
> each(rs = $/) {|line| ... } -> ()
> each_line(rs = $/) {|line| ... } -> ()
> each(rs = $/) -> Enumerable::Enumerator
> each_line(rs = $/) -> Enumerable::Enumerator
>
> each_byte {|byte| ... } -> ()
> each_byte -> Enumerable::Enumerator
>
> each_char    ・・ charsメソッドの別名です。  ++ ← この行を追加する。
>
> empty? -> bool
>
> −−
>
> * 並べて気がついたのだが、each_char には Enumerable::Enumerator を返す用法は無いのかな?
>
>
> ----------------------------------------
> 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/
>



-- 
okkez
okkez000@g...

--
ML: ruby-reference-manual@m...
使い方: http://QuickML.com/

[前][次][番号順一覧][スレッド一覧]

      1038 2008-07-08 07:32 [redmine@r...        ] [ReferenceManualRenewalProject - Feature #234] (Open) メソッドの別名にも独立の項目を設ける。
->    1046 2008-07-09 06:14 ┗[okkez000@g...       ]                                       
      1172 2008-08-03 06:48  ┗[redmine@r...        ] [ReferenceManualRenewalProject - Feature #234] メソッドの別名にも独立の項目を設ける。