[#47253] unexpected dependencies such as ext/-test-/num2int/depend describes num2int.o depends on numeric.c — Tanaka Akira <akr@...>
気がついたんですが、ext/-test-/num2int/depend など、
3 messages
2013/04/12
[#47310] RubySource.com からのインタビュー — Yusuke Endoh <mame@...>
遠藤です。ご無沙汰してます。
6 messages
2013/04/30
[#47326] Re: RubySource.com からのインタビュー
— Yusuke Endoh <mame@...>
2013/05/07
遠藤です。
[ruby-dev:47221] [ruby-trunk - Feature #6528][Closed] Add Pathname#write and Pathname#binwrite
From:
"akr (Akira Tanaka)" <akr@...>
Date:
2013-04-04 14:32:01 UTC
List:
ruby-dev #47221
Issue #6528 has been updated by akr (Akira Tanaka).
Status changed from Assigned to Closed
Parent task set to #7378
----------------------------------------
Feature #6528: Add Pathname#write and Pathname#binwrite
https://bugs.ruby-lang.org/issues/6528#change-38220
Author: niku (niku _)
Status: Closed
Priority: Normal
Assignee: akr (Akira Tanaka)
Category: ext
Target version: next minor
IO.read と対応する Pathname#read があるので
IO.write と対応する Pathname#write が欲しいです.
IO.write がない現在は pathname.open('w') { |f| f << str } などと書かなくてはならず,冗長ですが
IO.write があれば pathname.write(str) と書けて,簡潔です.
Pathname#write と Pathname#binwrite を実装したパッチを添付します.
--
http://bugs.ruby-lang.org/