Class: TkUtil::CallbackSubst::Info

Inherits:
Object
  • Object
show all
Defined in:
ext/tk/tkutil/tkutil.c

Class Method Summary collapse

Class Method Details

.inspectObject



1619
1620
1621
1622
1623
# File 'ext/tk/tkutil/tkutil.c', line 1619

static VALUE
substinfo_inspect(VALUE self)
{
    return rb_str_new2("SubstInfo");
}