Class: Bug::NotImplement::MyInteger

Inherits:
Integer show all
Defined in:
ext/-test-/integer/my_integer.c

Class Method Summary collapse

Methods inherited from Integer

#to_bn

Class Method Details

.newObject



3
4
5
6
7
# File 'ext/-test-/integer/my_integer.c', line 3

static VALUE
my_integer_s_new(VALUE klass)
{
    return Data_Wrap_Struct(klass, 0, 0, 0);
}