From 44308e441190cec367511811d89cc80861d077a7 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 3 Mar 2007 16:04:57 +0000 Subject: * lib/set.rb (Set#^, Set#&): Correct documentation. Those methods return sets, not arrays; noted by Oliver Frank Wittich . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89978e916..71e8efa65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Mar 4 01:01:25 2007 Akinori MUSHA + + * lib/set.rb (Set#^, Set#&): Correct documentation. Those methods + return sets, not arrays; noted by Oliver Frank Wittich . + Sat Mar 3 22:54:33 2007 Minero Aoki * lib/fileutils.rb (touch): last #touch change causes error when -- cgit