summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-03 16:09:33 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-03 16:09:33 +0000
commit7031f4dec8837e16d865804781cc0727cd946043 (patch)
treeaa94b1f55c8d6b44456d5326d597b904ffdf2cd3 /lib
parentd0551d433973f99059d76d109273c985688384f0 (diff)
Pulled the date.rb change; it should not have been applied.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/date.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/date.rb b/lib/date.rb
index 4ec8fb1cc2..ea557313f7 100644
--- a/lib/date.rb
+++ b/lib/date.rb
@@ -1604,6 +1604,8 @@ class Time
DateTime.new!(DateTime.jd_to_ajd(jd, fr, of), of, DateTime::ITALY)
end
+ private :to_date, :to_datetime
+
end
class Date