From aa7dc0f305c11c2ef9e67f6d48acbd1264022024 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 30 Aug 2012 04:01:58 +0000 Subject: * lib/set.rb (Set#{<,>,<=,>=}): Define comparison operators as shorthand for the {proper_}{subset?,superset?} methods (finally). Given a push by Alexander E. Fischer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e1dc9b5ce..55b791bf66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 30 12:44:43 2012 Akinori MUSHA + + * lib/set.rb (Set#{<,>,<=,>=}): Define comparison operators as + shorthand for the {proper_}{subset?,superset?} methods (finally). + Given a push by Alexander E. Fischer. + Thu Aug 30 09:21:01 2012 NARUSE, Yui * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//" -- cgit v1.2.3