diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-04 10:22:15 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-04 10:22:15 +0000 |
commit | 0c0e636b19559715798dcbf6493cb4327c60488f (patch) | |
tree | 971cda1bcd40c9b72990e630763d2771a4bdc0d4 /lib/date | |
parent | a6e736e09d9ef5d42aa321dfaca17b0f7e6b0583 (diff) |
* lib/date/format.rb: no need to require the "lib/rational.rb".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/date')
-rw-r--r-- | lib/date/format.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/date/format.rb b/lib/date/format.rb index baba8dcbf6..c8bc10fbac 100644 --- a/lib/date/format.rb +++ b/lib/date/format.rb @@ -1,8 +1,6 @@ # format.rb: Written by Tadayoshi Funaba 1999-2008 # $Id: format.rb,v 2.43 2008-01-17 20:16:31+09 tadf Exp $ -require 'rational' - class Date module Format # :nodoc: |