Method: Complex#to_c
- Defined in:
- complex.c
permalink #to_c ⇒ self
[View source]
1688 1689 1690 1691 1692 |
# File 'complex.c', line 1688
static VALUE
nucomp_to_c(VALUE self)
{
return self;
}
|
1688 1689 1690 1691 1692 |
# File 'complex.c', line 1688
static VALUE
nucomp_to_c(VALUE self)
{
return self;
}
|