Class: TkUtil::CallbackSubst::Info (Ruby 2.3.4)

In Files

  • tk/tkutil/tkutil.c

Parent

Methods

Class/Module Index [+]

Quicksearch

TkUtil::CallbackSubst::Info

Public Class Methods

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