diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-21 12:15:06 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-21 12:15:06 +0000 |
commit | 47d42038b373a96ed2daf2b9117e4712d213e553 (patch) | |
tree | b78caa83f5e80047c6d12259434803edbc024fdb /lib/ipaddr.rb | |
parent | d728efc96d8080dbb932c38c05a76d7321b7da07 (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/trunk@15821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/ipaddr.rb')
-rw-r--r-- | lib/ipaddr.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ipaddr.rb b/lib/ipaddr.rb index d69339a7c8..0c9b2ff0d2 100644 --- a/lib/ipaddr.rb +++ b/lib/ipaddr.rb @@ -9,8 +9,12 @@ # # $Id$ # +# Contact: +# - Akinori MUSHA <[email protected]> (current maintainer) +# # TODO: # - scope_id support +# require 'socket' unless Socket.const_defined? "AF_INET6" |