summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-21 12:15:06 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-21 12:15:06 +0000
commitbcbd825f26c08397157f0fa5ca374bdf8fa3930f (patch)
treeb78caa83f5e80047c6d12259434803edbc024fdb /lib
parentfc25e97058915dc0327b8f496b94fb00fe014846 (diff)
downloadruby-bcbd825f26c08397157f0fa5ca374bdf8fa3930f.tar.gz
ruby-bcbd825f26c08397157f0fa5ca374bdf8fa3930f.tar.xz
ruby-bcbd825f26c08397157f0fa5ca374bdf8fa3930f.zip
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/ipaddr.rb4
-rw-r--r--lib/set.rb4
-rw-r--r--lib/shellwords.rb3
3 files changed, 11 insertions, 0 deletions
diff --git a/lib/ipaddr.rb b/lib/ipaddr.rb
index d69339a7c..0c9b2ff0d 100644
--- a/lib/ipaddr.rb
+++ b/lib/ipaddr.rb
@@ -9,8 +9,12 @@
#
# $Id$
#
+# Contact:
+# - Akinori MUSHA <knu@iDaemons.org> (current maintainer)
+#
# TODO:
# - scope_id support
+#
require 'socket'
unless Socket.const_defined? "AF_INET6"
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 <knu@iDaemons.org> (current maintainer)
+#
class Set
include Enumerable
diff --git a/lib/shellwords.rb b/lib/shellwords.rb
index 3709ace30..f1300612b 100644
--- a/lib/shellwords.rb
+++ b/lib/shellwords.rb
@@ -13,6 +13,9 @@
# - Wakou Aoyama
# - Akinori MUSHA <knu@iDaemons.org>
#
+# Contact:
+# - Akinori MUSHA <knu@iDaemons.org> (current maintainer)
+#
module Shellwords
#
# Splits a string into an array of tokens in the same way the UNIX