From 18facc3b3a67240e6ad860c41f57c88ddeebcd3d Mon Sep 17 00:00:00 2001 From: nahi Date: Thu, 4 Sep 2003 09:08:30 +0000 Subject: * test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir to locate working files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e60f41ff0..0cbc30351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 4 18:02:15 2003 NAKAMURA, Hiroshi + + * test/csv/test_csv.rb: use remove_const to reduce warnings. use + Dir.tmpdir to locate working files. + Thu Sep 4 17:41:31 2003 Nobuyoshi Nakada * misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also is -- cgit