Class: TkUtil::CallbackSubst::Info
Class Method Summary collapse
Class Method Details
.inspect ⇒ Object
1619 1620 1621 1622 1623 |
# File 'ext/tk/tkutil/tkutil.c', line 1619
static VALUE
substinfo_inspect(VALUE self)
{
return rb_str_new2("SubstInfo");
}
|