phil_pirozhkov (Phil Pirozhkov)
- Login: phil_pirozhkov
- Registered on: 08/26/2020
- Last sign in: 08/26/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/29/2020
-
12:42 PM Ruby Bug #17131: Time.at(time) != time in certain cases
- jeremyevans0 (Jeremy Evans) wrote in #note-3:
> a spec that shows that defining to_r without to_int is expected to raise an error
> ...
All clear, thanks a lot. I'll handle the usages to adhere to this protocol.
08/26/2020
-
05:49 PM Ruby Bug #17131 (Closed): Time.at(time) != time in certain cases
- ## Problem
According to the [spec](https://github.com/ruby/ruby/blob/445e5548c9da906a2d7a490e660328b2893d07d1/spec/ruby/core/time/at_spec.rb#L89):
```ruby
describe "with an argument that responds to #to_r" do
it "coerce...