This project is archived and is in readonly mode.
1.day should respond_to kind_of too
Reported by Neeraj Singh | May 20th, 2010 @ 04:39 AM
currently this works
d = 1.day
assert d.is_a?(ActiveSupport::Duration)
But following fails
d = 1.day
assert d.kind_of?(ActiveSupport::Duration) #=> fails
Comments and changes to this ticket
-
Neeraj Singh May 20th, 2010 @ 04:45 AM
- Tag changed from activesupport, rails3 to activesupport, patch, rails3
- Assigned user set to José Valim
Attached is a patch against rails edge.
-
Rizwan Reza May 21st, 2010 @ 12:43 AM
- no changes were found...
-
Repository May 21st, 2010 @ 03:02 PM
- State changed from new to resolved
(from [cc45a1068f7920454d6d3a1cdabf844f17417908]) 1.day should respond_to kind_of too
[#4656 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/cc45a1068f7920454d6d3a1cdabf84...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 4656 1.day should respond_to kind_of too [#4656 state:resolved]