Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

> But I can't even close an open file handle after a break.

Yes, you can. That's what ensure (the Ruby equivalent of "finally") is for. Or, better using File.open with a block where you do the work, which uses ensure under the hood.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: