Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library _builtin > class IO > pos=
pos=(n)
ファイルポインタを指定位置に移動します。 IO#seek(n, IO::SEEK_SET) と同じです。