General

Profile

mitchellh (Mitchell Hashimoto)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

07/10/2012

11:12 AM Ruby Bug #6715 (Rejected): Dir.mktmpdir fails if you delete it yourself
Dir.mktmpdir when given a block will call `FileUtil.remove_entry_secure` in the ensure section. If the contents of the block happens to move/delete/modify that folder, then that will fail with Errno::ENOENT. I believe the correct behavio... mitchellh (Mitchell Hashimoto)

01/07/2011

02:46 PM Ruby Bug #4210: id rather than object_id used in 1.9 rdoc for ObjectSpace
=begin
The docs look correct to me. #{id} is referencing the parameter passed into the Proc, which can be named anything, but in this case `id`.

No problem?
=end
mitchellh (Mitchell Hashimoto)

Also available in: Atom