summaryrefslogtreecommitdiff
path: root/ext/date/lib
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-24 18:09:24 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-24 18:09:24 +0000
commitfd93bad83fbd420e67a5b08e6ec175a9bb64ec06 (patch)
treeac174a36815589181fe1f056ace2043515200a51 /ext/date/lib
parent9f103e659ea9bff380f05bd5a85b9ca647fd8f88 (diff)
* ext/date/lib/date/format.rb: require 'date'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/lib')
-rw-r--r--ext/date/lib/date/format.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/date/lib/date/format.rb b/ext/date/lib/date/format.rb
index cc4177a51c..6807b40d8e 100644
--- a/ext/date/lib/date/format.rb
+++ b/ext/date/lib/date/format.rb
@@ -1,5 +1,6 @@
# format.rb: Written by Tadayoshi Funaba 1999-2011
-require 'date_core.so'
+
+require 'date'
class Date