From bcbd825f26c08397157f0fa5ca374bdf8fa3930f Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 21 Mar 2008 12:15:06 +0000 Subject: * lib/ipaddr.rb: Say that I am the current maintainer. * lib/set.rb: Ditto. * lib/shellwords.rb: Ditto. * ext/syslog/syslog.txt: Ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/set.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/set.rb') diff --git a/lib/set.rb b/lib/set.rb index 12e9486ca..3b30db053 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -47,6 +47,10 @@ # s1.subset? s2 # -> false # s2.subset? s1 # -> true # +# == Contact +# +# - Akinori MUSHA (current maintainer) +# class Set include Enumerable -- cgit