From 9cd3e4c11c1177f5ffd8f3d2053560f02c049395 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 2 Jul 2006 14:32:49 +0000 Subject: cancelled r1.25 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/date.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/date.rb b/lib/date.rb index 722ecd154e..6037d911bb 100644 --- a/lib/date.rb +++ b/lib/date.rb @@ -806,15 +806,12 @@ class Date # Get the minute of this date. def min() time[1] end - alias :minute :min # Get the second of this date. def sec() time[2] end - alias :second :sec # Get the fraction-of-a-second of this date. def sec_fraction() time[3] end - alias :second_fraction :sec_fraction private :hour, :min, :sec, :sec_fraction -- cgit v1.2.3