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