관리-도구
편집 파일: pos%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Synonym for <tt>Dir#seek</tt>, but returns the position parameter. - !ruby/struct:SM::Flow::VERB body: " d = Dir.new("testdir") #=> #<Dir:0x401b3c40>\n d.read #=> "."\n i = d.pos #=> 12\n d.read #=> ".."\n d.pos = i #=> 12\n d.read #=> ".."\n" full_name: Dir#pos= is_singleton: false name: pos= params: | dir.pos( integer ) => integer visibility: public