Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library _builtin > class Dir > pos
pos -> Integer
tell -> Integer
ディレクトリストリームの現在の位置を整数で返します。
例:
Dir.open("/tmp") {|d| d.each {|f| p d.pos } }