Feature #6528
closed
Feature #7378: Adding Pathname#write
Add Pathname#write and Pathname#binwrite
Added by niku (niku _) over 12 years ago.
Updated over 11 years ago.
Description
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 を実装したパッチを添付します.
Files
- Status changed from Open to Assigned
- Assignee set to akr (Akira Tanaka)
どうでしょうか?
何か引っかかっている所があれば指摘してもらえると嬉しいです.
IO.read と対応する Pathname#read があるので
IO.write と対応する Pathname#write が欲しいです.
IO.write がない現在は pathname.open('w') { |f| f << str } などと書かなくてはならず,冗長ですが
IO.write があれば pathname.write(str) と書けて,簡潔です.
のところ、
IO.read と対応する Pathname#read があるので
IO.write と対応する Pathname#write が欲しいです.
pathname.write がない現在は pathname.open('w') { |f| f << str } などと書かなくてはならず,冗長ですが
pathname.write があれば pathname.write(str) と書けて,簡潔です.
の誤りでしたので訂正します。
- Target version set to 2.6
- Status changed from Assigned to Closed
- Parent task set to #7378
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0Like0