1件ヒット
[1-1件を表示]
(0.488秒)
トップページ > :Kernel > :Kernel.#p > :$PROCESS_ID > :$INPUT_LINE_NUMBER > :create_makefile > :pathname > :3.3
検索結果
-
Kernel
# Pathname(path) -> Pathname (81910.0) -
文字列 path を元に Pathname オブジェクトを生成します。
...文字列 path を元に Pathname オブジェクトを生成します。
Pathname.new(path) と同じです。
@param path 文字列、または類似のオブジェクトを与えます。
実際には to_str に反応するオブジェクトなら何でも構いません。...