ruby-changes:12958
From: suke <ko1@a...>
Date: Sat, 29 Aug 2009 07:11:25 +0900 (JST)
Subject: [ruby-changes:12958] Ruby:r24700 (ruby_1_8): * ext/win32ole/win32ole.c (fole_s_show_help): fixed the comment
suke 2009-08-29 07:09:50 +0900 (Sat, 29 Aug 2009) New Revision: 24700 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24700 Log: * ext/win32ole/win32ole.c (fole_s_show_help): fixed the comment of WIN32OLE.ole_show_help usage. Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/ext/win32ole/win32ole.c Index: ruby_1_8/ext/win32ole/win32ole.c =================================================================== --- ruby_1_8/ext/win32ole/win32ole.c (revision 24699) +++ ruby_1_8/ext/win32ole/win32ole.c (revision 24700) @@ -1870,8 +1870,7 @@ * Displays helpfile. The 1st argument specifies WIN32OLE_TYPE * object or WIN32OLE_METHOD object or helpfile. * - * excel = WIN32OLE.new('Excel.Application') - * typeobj = excel.ole_type + * typeobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application') * WIN32OLE.ole_show_help(typeobj) */ static VALUE Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 24699) +++ ruby_1_8/ChangeLog (revision 24700) @@ -1,3 +1,8 @@ +Sat Aug 29 07:03:26 2009 Masaki Suketa <masaki.suketa@n...> + + * ext/win32ole/win32ole.c (fole_s_show_help): fixed the comment + of WIN32OLE.ole_show_help usage. + Wed Aug 26 19:17:47 2009 Kazuhiro NISHIYAMA <zn@m...> * lib/test/unit/collector/dir.rb: $: bug fix. [ruby-core:24115] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/