summaryrefslogtreecommitdiff
path: root/ext/date/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-24 18:04:47 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-24 18:04:47 +0000
commitf3551c047645a381ae306d4592ca60a0ca602f66 (patch)
tree83b7f172a7c5c426cfe8b280e4bfe9458b458d82 /ext/date/lib
parentb7133cc6c74b0d9fc2e12f6859c50ee6258c72ce (diff)
* ext/date/lib/date/format.rb: require 'date_core.so'.
date/format needs methods which are now in date_core.so. This breaks make rdoc which uses Date._parse from time.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/lib')
-rw-r--r--ext/date/lib/date/format.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/lib/date/format.rb b/ext/date/lib/date/format.rb
index a541131fb5..b3dd1c4c62 100644
--- a/ext/date/lib/date/format.rb
+++ b/ext/date/lib/date/format.rb
@@ -1,4 +1,5 @@
# format.rb: Written by Tadayoshi Funaba 1999-2011
+require 'date_core.so'
class Date