最速Rubyリファレンスマニュアル検索!
すべて(11)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
11件ヒット
[1-11件を表示]
(0.047秒)
トップページ
>
:
Kernel
>
:
Kernel.#p
>
:
import
>
:
psych_y
>
:pathname
別のキーワード
rake import
kernel import
filelist import
fiddle/import size
fiddle/import sizeof
検索結果
先頭1件
Kernel
#
Pathname(path) -> Pathname
Kernel
#
Pathname(path) -> Pathname
(27303.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
インスタンスメソッド
文字列 path を元に Pathname オブジェクトを生成します。
...
文字列
p
ath を元に
Pathname
オブジェクトを生成します。
Pathname
.new(
p
ath) と同じです。
@
p
aram
p
ath 文字列、または類似のオブジェクトを与えます。
実際には to_str に反応するオブジェクトなら何でも構いません。
...
Pathname