Sha256: 6963abb99acb527fc169e395aff7068d327d18c92055502d103eb26b42a35d79
Contents?: true
Size: 2 KB
Versions: 12
Compression:
Stored size: 2 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI" Dir#seek:EF:@parameters[ :@files[[I" dir.c;T0:@current_file_has_commentsF: @name: seek:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"gSeeks to a particular location in <em>dir</em>. <i>integer</i> must be a value returned by <code>Dir#tell</code>. d = Dir.new("testdir") #=> #<Dir:0x401b3c40> d.read #=> "." i = d.tell #=> 12 d.read #=> ".." d.seek(i) #=> #<Dir:0x401b3c40> d.read #=> "..";F:@objectIu:YARD::StubProxy Dir#seek;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"seek( integer );F;IC;"