[#46037] Re: [ruby-core:47138] [ruby-trunk - Bug #6861][Open] ERB::Util.escape_html is not escaping single quotes — Shugo Maeda <shugo@...>

咳さん

12 messages 2012/08/13
[#46038] Re: [ruby-core:47138] [ruby-trunk - Bug #6861][Open] ERB::Util.escape_html is not escaping single quotes — Masatoshi SEKI <m_seki@...> 2012/08/13

咳といいます。

[#46051] [ruby-trunk - Feature #6875][Open] Make test/unit default gem — "kou (Kouhei Sutou)" <kou@...>

19 messages 2012/08/15

[#46081] [ruby-trunk - Feature #6936][Assigned] Forbid singleton class and instance variabls for float — "naruse (Yui NARUSE)" <naruse@...>

17 messages 2012/08/26
[#46082] Re: [ruby-trunk - Feature #6936][Assigned] Forbid singleton class and instance variabls for float — SASADA Koichi <ko1@...> 2012/08/27

(2012/08/27 8:12), naruse (Yui NARUSE) wrote:

[ruby-dev:46035] [ruby-trunk - Feature #6528] Add Pathname#write and Pathname#binwrite

From: "niku (niku _)" <niku@...>
Date: 2012-08-09 10:56:07 UTC
List: ruby-dev #46035
Issue #6528 has been updated by niku (niku _).


どうでしょうか?
何か引っかかっている所があれば指摘してもらえると嬉しいです.
----------------------------------------
Feature #6528: Add Pathname#write and Pathname#binwrite
https://bugs.ruby-lang.org/issues/6528#change-28742

Author: niku (niku _)
Status: Assigned
Priority: Normal
Assignee: akr (Akira Tanaka)
Category: ext
Target version: 


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/

In This Thread