るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.088秒)

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. fileutils copy_file
  4. file separator
  5. file path

ライブラリ

クラス

検索結果

WIN32OLE_METHOD#helpstring -> String | nil (18126.0)

メソッドのヘルプ文字列を取得します。

...メソッドのヘルプ文字列を取得します。

helpstring
は、IDEがメソッドのバルーンヘルプを表示するような場合に利用可
能な、1行程度でメソッドを説明する文字列です。

@return ヘルプ文字列を返します。未定義ならばnilを返し...
...ます。

tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser')
method = WIN32OLE_METHOD.new(tobj, 'Navigate')
puts
method.helpstring # => Navigates to a URL or file....