From 6ab8561ffac4b11ae0abb11f3c95ccf726b716c0 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 4 Apr 2006 15:29:59 +0000 Subject: * lib/pathname.rb: use a subclass for instantiation except methods take pathname argument. suggested by Evan Phoenix. [ruby-core:7618] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9fa54b4b..b6e3cf784 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 5 00:22:54 2006 Tanaka Akira + + * lib/pathname.rb: use a subclass for instantiation except + methods take pathname argument. suggested by Evan Phoenix. + [ruby-core:7618] + Sat Apr 1 15:11:27 2006 Masaki Suketa * ext/win32ole/win32ole.c :add WIN32OLE_TYPE#inspect, -- cgit