Project

General

Profile

Actions

Feature #15211

closed

Integer.try_convert

Added by nobu (Nobuyoshi Nakada) over 5 years ago. Updated over 2 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:89301]

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 5 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?

Actions #2

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Tracker changed from Bug to Feature
  • Backport deleted (2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN)
Actions #3

Updated by nobu (Nobuyoshi Nakada) over 2 years ago

  • Status changed from Open to Closed

Applied in changeset git|301d194ee3b49e6b078eccb999dd538e9bfa8c7c.


Add Integer.try_convert [Feature #15211]

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0