From 7011a13306e7fb6a1115c7c683b587fdebd82bce Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 26 Feb 2018 14:39:16 +0000 Subject: use convert_type_with_id git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index 2fff5d529c..5ecc035302 100644 --- a/object.c +++ b/object.c @@ -3470,7 +3470,7 @@ rb_check_to_float(VALUE val) if (!rb_obj_is_kind_of(val, rb_cNumeric)) { return Qnil; } - return rb_check_convert_type(val, T_FLOAT, "Float", "to_f"); + return rb_check_convert_type_with_id(val, T_FLOAT, "Float", id_to_f); } static inline int -- cgit v1.2.3