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/ipaddr.rb | 4 ++++ lib/set.rb | 4 ++++ lib/shellwords.rb | 3 +++ 3 files changed, 11 insertions(+) (limited to 'lib') 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 (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 (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 # +# Contact: +# - Akinori MUSHA (current maintainer) +# module Shellwords # # Splits a string into an array of tokens in the same way the UNIX -- cgit