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

ruby-reference-manual:375

From: sheepman <sheepman@s...>
Date: Thu, 8 Mar 2007 22:16:46 +0900
Subject: [ruby-reference-manual:375] Re: 第三段階実施要項 rev.3

こんばんは、sheepman です。

質問なんですが、引数を取るメソッドの場合、
必ず @param を使わなければならない(MUST)ということでしょうか?

例えば、1行で説明が終るようなメソッドの場合、引数の説明にも同じ内容を
書くということでしょうか

On Sat, 3 Mar 2007 00:31:45 +0900
Minero Aoki <aamine@l...> wrote:

> 
>    --- index(pattern, pos = 0)
> 
>    文字列のうちインデックス pos 以降の部分から
>    パターン pattern を検索し、そのインデックスを返します。
>    pattern が見付からなかったときは nil を返します。
> 
>    @param pattern 検索するパターンです。
>    正規表現、文字列、文字コードを示す 0 から 255 の 
> 整数のいずれかを指定します。
> 
>    @param pos 検索を始めるインデックスです。整数で指定します。
>    負の数を指定したときは文字列の末尾から数えたインデックスとみ 
> なします。
> 

-- 
sheepman / TAMURA Takashi
sheepman@s...

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

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

       364 2007-03-02 16:31 [aamine@l...         ] 第三段階実施要項 rev.3                  
       367 2007-03-04 02:55 ┣[sheepman@s...       ]                                       
       368 2007-03-04 05:02 ┃┣[kouji@n...          ]                                     
       369 2007-03-04 08:40 ┃┃┗[maki@r...           ]                                   
       372 2007-03-08 11:45 ┃┗[aamine@l...         ] @return (was Re: 第三段階実施要項 rev.3)
       373 2007-03-08 12:18 ┃ ┣[aamine@l...         ]                                   
       377 2007-03-09 00:13 ┃ ┣[sheepman@s...       ]                                   
       383 2007-03-16 13:30 ┃ ┃┗[aamine@l...         ]                                 
       389 2007-03-24 04:21 ┃ ┗[sheepman@s...       ]                                   
       392 2007-03-24 08:37 ┃  ┗[aamine@l...         ]                                 
->     375 2007-03-08 14:16 ┗[sheepman@s...       ]                                       
       376 2007-03-08 15:02  ┗[yamanetoshi@g...    ]