From 3acaf4250531dfa6441342d01262c17a27631fb4 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 3 Oct 2003 16:36:24 +0000 Subject: * lib/pathname.rb (initialize): duplicate and freeze argument. (to_s): return duplicated string. (children): new method. (each_line): new alias to foreachline. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc7aaa3c0..2fe7f4c1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Oct 4 01:33:46 2003 Tanaka Akira + + * lib/pathname.rb (initialize): duplicate and freeze argument. + (to_s): return duplicated string. + (children): new method. + (each_line): new alias to foreachline. + Fri Oct 3 16:13:19 2003 GOTOU Yuuzou * ext/openssl/ossl_asn1.c: add DER encoder and decoder. -- cgit