summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-21 12:16:15 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-21 12:16:15 +0000
commitbb786c14bdf9a212c1cce01e79023bc086accc0b (patch)
treef977e6018ebd119b6042ba41b35b47fc559a922b /lib
parentc367a39c14f66bcc3be49d8606ace35fa568357a (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15822 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 0e5ed0c028..23d74af451 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 5a9287ba89..612ffd2d64 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -48,6 +48,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 ab1dc5171d..a4ec552a7e 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