diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-12-08 17:59:16 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-12-08 17:59:16 +0900 |
commit | 454b4da7635b6322e85fd38735d9a04963644c4b (patch) | |
tree | a00f77f16d595a613cc7784abbd67459f5d63b35 /numeric.c | |
parent | af6e0883570e8c61cef6234040d8689d88db7300 (diff) |
[DOC] Integer.try_convert [ci skip]
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5991,6 +5991,7 @@ rb_int_s_isqrt(VALUE self, VALUE num) } } +/* :nodoc: */ static VALUE int_s_try_convert(VALUE self, VALUE num) { |