관리-도구
편집 파일: pos%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Seeks to the given position (in bytes) in <em>ios</em>. - !ruby/struct:SM::Flow::VERB body: " f = File.new("testfile")\n f.pos = 17\n f.gets #=> "This is line two\\n"\n" full_name: IO#pos= is_singleton: false name: pos= params: | ios.pos = integer => integer visibility: public