Ruby 4.0 リファレンスマニュアル
Ruby 4.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
File::Statクラス
readable_real?
instance method File::Stat#readable_real?
readable_real? -> bool
[
permalink
][
rdoc
][
edit
]
実ユーザ/実グループによって読み込み可能な時に真を返します。
p
File
::
Stat
.
new
(
$0
)
.
readable_real?
#=> true