最速Rubyリファレンスマニュアル検索!
すべて(204)
2.1.0(17)
2.2.0(17)
2.3.0(17)
2.4.0(17)
2.5.0(17)
2.6.0(17)
2.7.0(17)
3.0(17)
3.1(17)
3.2(17)
3.3(17)
3.4(17)
204件ヒット
[201-204件を表示]
(0.043秒)
トップページ
>
:
Ruby
>
:
file
>
:
インスタンスメソッド
>
:
ruby
>
クラス:Pathname
別のキーワード
rbconfig ruby
fiddle ruby_free
fiddle build_ruby_platform
rake ruby
rubygems/defaults ruby_engine
ライブラリ
pathname
(204)
キーワード
ascend
(24)
atime
(12)
basename
(12)
chown
(12)
cleanpath
(12)
ctime
(12)
descend
(24)
dirname
(12)
each
_
filename
(12)
expand
_
path
(12)
fnmatch
(12)
realpath
(24)
split
(12)
to
_
s
(12)
検索結果
先頭1件
Pathname
#
to
_
s -> String
<<
<
1
2
3
>>
Pathname
#
to
_
s -> String
(20.0)
2.1.0
2.2.0
2.3.0
3.1
インスタンスメソッド
パス名を文字列で返します。
...
パス名を文字列で返します。
//emlist[例][
ruby
]{
require '
pathname
'
path =
Pathname
.new("/tmp/hogehoge")
File
.open(path)
//}
...
<<
<
1
2
3
>>