method
BigDecimal
v1_9_3_125 -
Show latest stable
- Class:
Kernel
BigDecimal(*args)public
No documentation available.
static VALUE
BigDecimal_global_new(int argc, VALUE *argv, VALUE self)
{
return BigDecimal_new(argc, argv, rb_cBigDecimal);
}