From: Yusuke ENDOH Date: 2010-03-06T14:03:43+09:00 Subject: [ruby-core:28530] Re: [Feature #1081] add File::write() convenience method Hi, 2010/3/6 Yusuke ENDOH : > 2010/3/6 Run Paint Run Run : >> The only other inconsistency I found is how offsets are handled for >> non-existent paths. > > Grr, I hate IO. > > In addition, I noticed we cannot specify permission with the current > File#binwrite. > > I'll consider for some time. I give up. I have already reverted and deleted the two methods. I wrote the patch because I thought closing the ticket encourages 1.9.2 release. But it seems to take some time to make the feature stable, and I became afraid that it may delay the release. It is never the effect I expected. I think refactoring io.c is needed to implement the feature. open argument is easy to use, but difficult for me to implement :-( -- Yusuke ENDOH