Sha256: 69f992a4087b90cd3547d940eac87f4d2c720c20d05243f16e31191fd646c225
Contents?: true
Size: 1.54 KB
Versions: 16
Compression:
Stored size: 1.54 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: tell:@docstringIC:YARD::Docstring"Returns the current offset (in bytes) of <em>ios</em>. f = File.new("testfile") f.pos #=> 0 f.gets #=> "This is line one\n" f.pos #=> 17 :@objectu:YARD::StubProxyIO#tell: @summary0: @all"Returns the current offset (in bytes) of <em>ios</em>. f = File.new("testfile") f.pos #=> 0 f.gets #=> "This is line one\n" f.pos #=> 17 @overload pos @return [Integer] @overload tell @return [Integer]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;IO#tell;:pos;IC; "