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:
parent
454b4da763
commit
3021c3cedc
Notes:
git
2021-12-08 19:11:35 +09:00
1 changed files with 1 additions and 0 deletions
1
object.c
1
object.c
|
@ -2922,6 +2922,7 @@ static const struct conv_method_tbl {
|
|||
M(a),
|
||||
M(s),
|
||||
M(i),
|
||||
M(f),
|
||||
M(r),
|
||||
#undef M
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue