Sha256: cb119545d8c819f14f391b5fee31ea232810a6feb34279a2cac74b6e1c7eafcf
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:progid:@docstringIC:YARD::Docstring"�Returns ProgID if it exists. If not found, then returns nil. tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application') puts tobj.progid # => Excel.Application.9 :@objectu:YARD::StubProxyWIN32OLE_TYPE#progid: @summary0: @tags[: @all"� Returns ProgID if it exists. If not found, then returns nil. tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application') puts tobj.progid # => Excel.Application.9 :@ref_tags[:@docstring_extra0:@visibility:public:@files[["ext/win32ole/win32ole.c0; [:@parameters[: @path"WIN32OLE_TYPE#progid:@source_type:c:@source"�/* * call-seq: * WIN32OLE_TYPE#progid #=> ProgID * * Returns ProgID if it exists. If not found, then returns nil. * tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application') * puts tobj.progid # => Excel.Application.9 */ static VALUE foletype_progid(self) VALUE self; { struct oletypedata *ptype; Data_Get_Struct(self, struct oletypedata, ptype); return ole_type_progid(ptype->pTypeInfo); }:@namespaceu;WIN32OLE_TYPE:@scope: instance:@current_file_has_commentsF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pry-0.6.9pre1-i386-mingw32 | lib/pry/stdlib_docs18/objects/WIN32OLE_TYPE/progid_i.dat |