From 07ae64b05c11b8e8230e99d84463cac495569d22 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Jul 2003 05:14:17 +0000 Subject: * ext/stringio/stringio.c: includes Enumerable as well as IO. [ruby-talk:77058] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24a2d3382..34933ef55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 26 14:14:12 2003 Nobuyoshi Nakada + + * ext/stringio/stringio.c: includes Enumerable as well as IO. + [ruby-talk:77058] + Sat Jul 26 07:00:53 2003 Masatoshi SEKI * lib/erb.rb: fix % line. -- cgit