Ruby 3.3 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
File::Statクラス
size
instance method File::Stat#size
size -> Integer
[
permalink
][
rdoc
][
edit
]
ファイルサイズ(バイト単位)を返します。
fs
=
File
::
Stat
.
new
(
$0
)
#例
p
fs
.
size
#=> 1548