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