This project is archived and is in readonly mode.

#4656 ✓resolved
Neeraj Singh

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

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>

Attachments

Referenced by

Pages