* lib/time.rb: require 'date'.

* ext/date/lib/date/format.rb: removed require line.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2011-04-24 18:31:47 +00:00
parent fd93bad83f
commit 03697bc1f3
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Mon Apr 25 03:31:06 2011 Tadayoshi Funaba <tadf@dotrb.org>
* lib/time.rb: require 'date'.
* ext/date/lib/date/format.rb: removed require line.
Mon Apr 25 03:08:39 2011 Tadayoshi Funaba <tadf@dotrb.org> Mon Apr 25 03:08:39 2011 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/lib/date/format.rb: require 'date'. * ext/date/lib/date/format.rb: require 'date'.

View File

@ -1,7 +1,5 @@
# format.rb: Written by Tadayoshi Funaba 1999-2011 # format.rb: Written by Tadayoshi Funaba 1999-2011
require 'date'
class Date class Date
module Format # :nodoc: module Format # :nodoc:

View File

@ -40,7 +40,7 @@
# The above statements are not valid now. # The above statements are not valid now.
# #
require 'date/format' require 'date'
# #
# Implements the extensions to the Time class that are described in the # Implements the extensions to the Time class that are described in the