instance method File::Stat#size

size -> Integer[permalink][rdoc]

ファイルサイズ(バイト単位)を返します。

fs = File::Stat.new($0)
#例
p fs.size    #=> 1548