1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add to_f to predefined conversion method name to ID table

This commit is contained in:
Nobuyoshi Nakada 2021-12-08 18:02:02 +09:00
parent 454b4da763
commit 3021c3cedc
Notes: git 2021-12-08 19:11:35 +09:00

View file

@ -2922,6 +2922,7 @@ static const struct conv_method_tbl {
M(a),
M(s),
M(i),
M(f),
M(r),
#undef M
};