# File lib/fakefs/dir.rb, line 49 def seek(integer) raise IOError, "closed directory" if @pointer == nil @pointer = integer @contents[integer] end