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

ruby-reference-manual:1749

From: 奈古屋 広昭 <redmine@r...>
Date: Sat, 3 Oct 2009 17:14:07 +0900
Subject: [ruby-reference-manual:1749] [Bug #2174] Pathname#realpath の引数

Bug #2174: Pathname#realpath の引数
http://redmine.ruby-lang.org/issues/show/2174

起票者: 奈古屋 広昭
ステータス: Open, 優先度: Low

1.8.7-p174 や 1.9.1-p243 のソースコード(lib/pathname.rb)上では

# No arguments should be given; the old behaviour is *obsoleted*.
#
def realpath

とメソッド realpth は引数なしで定義されていますが、ドキュメント側では省略可能な引数があると読める状態のままです。

realpath -> Pathname
realpath(force_absolute = true) -> Pathname
...
[PARAM] force_absolute:
真の場合、絶対パスを返します。 self が相対パスであれば、カレントディレクトリからの相対パスとして解釈されます。 古い挙動は obsolete です。引数は省略すべきです。


----------------------------------------
http://redmine.ruby-lang.org

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

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