Project

General

Profile

Actions

Bug #4563

closed

Dir#tell broken

Added by djberg96 (Daniel Berger) almost 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
-
[ruby-core:35644]

Description

=begin
Dir#tell is not returning the correct value after a read:

dir = Dir.new(Dir.pwd)
p dir.tell # => 0
dir.read
p dir.tell # => 56334832
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0