最速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.050秒)
トップページ
>
:
Kernel
>
:
Kernel.#p
>
:
putc
>
:
find_type
>
:
spawn
>
:pathname
別のキーワード
_builtin putc
stringio putc
kernel putc
zlib putc
gzipwriter putc
検索結果
先頭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