1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/time.rb: date.rb is not required anymore.

* lib/resolv.rb: fix document.  refine IPv6 regex.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2001-12-18 18:14:08 +00:00
parent ab34f43ae8
commit 8e8c76bd5f
3 changed files with 41 additions and 13 deletions

View file

@ -1,6 +1,5 @@
# $Id$
require 'date'
require 'parsedate'
=begin