inspect()
Returns the type name with class name.
ie = WIN32OLE.new('InternetExplorer.Application') ie.ole_type.inspect => #<WIN32OLE_TYPE:IWebBrowser2>
static VALUE foletype_inspect(VALUE self) { return default_inspect(self, "WIN32OLE_TYPE"); }