diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-02-12 15:51:31 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-02-12 15:51:31 +0000 |
commit | ce430673bef566cf11b58ed4c2b7887f0912717f (patch) | |
tree | f4ffa2655cb82bd0f4ca6b56c4b404ff0d5b0864 /lib/date | |
parent | 2eb7b57164da81ae8738395960941bbb145500ff (diff) |
* lib/date.rb (Date#===): [ruby-core:35127]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/date')
-rw-r--r-- | lib/date/delta.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/date/delta.rb b/lib/date/delta.rb index 51c857e78a..e524cbc324 100644 --- a/lib/date/delta.rb +++ b/lib/date/delta.rb @@ -231,7 +231,7 @@ class Date @delta.real / (u * RUNITS['#{k}']) end end; - end + end # <<dummy alias_method :in_mins, :in_minutes alias_method :in_secs, :in_seconds |