Feature #15211
Integer.try_convert
Status:
Open
Priority:
Normal
Assignee:
-
Target version:
-
Description
I found Integer
doesn't have try_convert
method, which converts the argument by to_int
method without explicit conversions like Integer()
.
This is useful to treat an Integer
-like argument like as methods written in C.
https://github.com/nobu/ruby/tree/feature/Integer.try_convert
Updated by Hanmac (Hans Mackowiak) over 2 years ago
I don't know about the other try_convert
how does Ruby react if you try to overwrite the try_convert from the ruby side?
i suspect that currently it doesn't care, should that be changed?
Updated by jeremyevans0 (Jeremy Evans) over 1 year ago
- Backport deleted (
2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN) - Tracker changed from Bug to Feature