Sha256: 7c8f57441b624d036991d00f19de264b91c78da77ebb661d5ecc0b4028cba56c
Contents?: true
Size: 1.56 KB
Versions: 12
Compression:
Stored size: 1.56 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: tell:@docstringIC:YARD::Docstring"¡Returns the current position in <em>dir</em>. See also <code>Dir#seek</code>. d = Dir.new("testdir") d.tell #=> 0 d.read #=> "." d.tell #=> 12 :@objectu:YARD::StubProxy Dir#tell: @summary0: @all"èReturns the current position in <em>dir</em>. See also <code>Dir#seek</code>. d = Dir.new("testdir") d.tell #=> 0 d.read #=> "." d.tell #=> 12 @overload pos @return [Integer] @overload tell @return [Integer]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; Dir#tell;:pos;IC; "