Class: Bug::String

Inherits:
String show all
Defined in:
ext/-test-/string/init.c

Class Method Summary collapse

Methods inherited from String

#funcall_style, #pretty_print, #quote, #sans_arguments, #shellescape, #shellsplit, #tr_cpp, #unspace

Class Method Details

.data_new(super) ⇒ Object



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

static VALUE
bug_data_new(VALUE self, VALUE super)
{
    return rb_data_define(super, "mem1", "mem2", NULL);
}