Flowdock
tell() public

Returns the current offset (in bytes) of ios.

   f = File.new("testfile")
   f.pos    #=> 0
   f.gets   #=> "This is line one\n"
   f.pos    #=> 17
Show source
Register or log in to add new notes.