Skip to content

Commit

Permalink
Merge branch 'jish-fix_file_size_spec'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgaldino committed Oct 16, 2011
2 parents 10ecdc9 + dfd143c commit e6d97a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions kernel/common/file19.rb
Expand Up @@ -6,6 +6,7 @@ def self.path(obj)
end

def size
raise IOError, "closed stream" if closed?
stat.size
end

Expand Down
1 change: 0 additions & 1 deletion spec/tags/19/ruby/core/file/size_tags.txt

This file was deleted.

0 comments on commit e6d97a8

Please sign in to comment.