summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-02 14:32:49 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-02 14:32:49 +0000
commit9cd3e4c11c1177f5ffd8f3d2053560f02c049395 (patch)
tree9313263c1664ffca1193cabcb9e75cac8949a82a
parentfe42e405abd72e8005b043f33a06d124531e0d1f (diff)
cancelled r1.25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/date.rb3
1 files changed, 0 insertions, 3 deletions
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