method
dup
v2_6_3 -
Show latest stable
- Class:
BigDecimal
dup()public
No documentation available.
static VALUE
BigDecimal_clone(VALUE self)
{
return self;
} dup()No documentation available.
static VALUE
BigDecimal_clone(VALUE self)
{
return self;
}