ruby-reference-manual:773
From: okkez <okkez000@g...>
Date: Tue, 20 May 2008 23:47:09 +0900
Subject: [ruby-reference-manual:773] Re: BitClust::Entry#synopsis_source
okkez です。 2008/05/20 23:35 Kazuhiro NISHIYAMA <zn@m...>: > 西山和広です。 > > BitClust::Entry#synopsis_source はどういう仕様を意図しているのでしょうか? > > Enumerable mapでは > | --- collect {|item| ... } -> [Object] > | --- map {|item| ... } -> [Object] > のようになっていて、---の行がとれるのかと思いきや > String scanだと > | --- scan(re) -> [String] | [[String]] > だけになって > | --- scan(re) {|s| ... } -> () > の行がとれません。 > > 多分、リファレンスマニュアルのソースコード上で行が連続しているか離れているかの違いだと思います。 web で見ても同じような別れ方になっていると思います。 -- okkez okkez000@g... -- ML: ruby-reference-manual@m... 使い方: http://QuickML.com/
772 2008-05-20 16:35 [zn@m... ] BitClust::Entry#synopsis_source -> 773 2008-05-20 16:47 ┗[okkez000@g... ] 775 2008-05-21 13:25 ┗[zn@m... ]