From fd93bad83fbd420e67a5b08e6ec175a9bb64ec06 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 24 Apr 2011 18:09:24 +0000 Subject: * 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 --- ext/date/lib/date/format.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/date/lib') 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 -- cgit v1.2.3