summaryrefslogtreecommitdiff
path: root/ext/date/lib
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-24 18:31:47 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-24 18:31:47 +0000
commit03697bc1f3112b7a57ab016c98cd745f5af6b0e9 (patch)
tree80e1a149cb6e1b91c608680a65527c5b1dadcb67 /ext/date/lib
parentfd93bad83fbd420e67a5b08e6ec175a9bb64ec06 (diff)
* 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
Diffstat (limited to 'ext/date/lib')
-rw-r--r--ext/date/lib/date/format.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/lib/date/format.rb b/ext/date/lib/date/format.rb
index 6807b40d8e..d551d2d4ce 100644
--- a/ext/date/lib/date/format.rb
+++ b/ext/date/lib/date/format.rb
@@ -1,7 +1,5 @@
# format.rb: Written by Tadayoshi Funaba 1999-2011
-require 'date'
-
class Date
module Format # :nodoc: