[ruby/bigdecimal] Make BigDecimal_double_fig inline
https://github.com/ruby/bigdecimal/commit/4ecf04da7a
This commit is contained in:
parent
0a9d51ee9d
commit
0d5248673d
@ -264,7 +264,7 @@ GetVpValue(VALUE v, int must)
|
||||
* BigDecimal.double_fig # => 16
|
||||
*
|
||||
*/
|
||||
static VALUE
|
||||
static inline VALUE
|
||||
BigDecimal_double_fig(VALUE self)
|
||||
{
|
||||
return INT2FIX(VpDblFig());
|
||||
|
Loading…
x
Reference in New Issue
Block a user