るりまサーチ

最速Rubyリファレンスマニュアル検索!
701件ヒット [1-100件を表示] (0.075秒)
トップページ > クエリ:g[x] > クエリ:HELP[x]

別のキーワード

  1. openssl g
  2. openssl g=
  3. dh g
  4. dsa g
  5. dsa g=

モジュール

検索結果

<< 1 2 3 ... > >>

getoptlong (26024.0)

getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド 行オプションの解析を行う Ruby のライブラリです。

...getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド
行オプションの解析を行う Ruby のライブラリです。


=== GNU getopt_long() とは?

G
NU getopt_long() は、コマンド行オプションの解析を行う C の関数です。多
くの GNU ソフ...
...トウェアがこの関数を使用しています。GNU getopt_long() そし
getoptlong には、以下のような特徴があります。

* 伝統的な一文字オプションに加えて、長いオプションに対応しています。長
いオプションは `-' の代わりに `-...
...Usage: command [option...]
Options:
-m SIZE --max-size SIZE Set maximum size
-q --quiet --silence Suppress all warnings
--help Output this help, then exit
--version Output version number, then exit

まず、`getoptlong.rb...

Gem::Command::HELP -> String (21201.0)

ヘルプメッセージを表す文字列です。

ヘルプメッセージを表す文字列です。

WIN32OLE_METHOD#helpstring -> String | nil (12300.0)

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

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

help
stringは、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....

WIN32OLE_TYPE#helpstring -> String | nil (12300.0)

型のドキュメント文字列を取得します。

...を返します。未定義の場合はnilを返します。

tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser')
p tobj.helpstring # => "Web Browser interface"

ドキュメント文字列は、コンテキストヘルプなどに利用可能な型の簡単な説明文で...

rubygems/commands/help_command (12012.0)

Gem コマンドに関するヘルプを提供するためのライブラリです。

...Gem コマンドに関するヘルプを提供するためのライブラリです。

Usage: gem help ARGUMENT [options]
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします...
...config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
commands gem...
...コマンドのサブコマンドの一覧を表示します
examples gem コマンドの使用例を表示します
<command> 指定されたコマンドのヘルプを表示します
Summary:
g
em コマンドに関するヘルプを提供します...

絞り込み条件を変える

rubygems/commands/generate_index_command (12006.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...ある Gem サーバに対するインデックスを作成するためのライブラリです。

Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help この...
...--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
G
enerates the...
...a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When done, it will generate a set of files like
this:

g
...

Gem::Command#show_help -> () (9101.0)

コマンドの使用方法を表示します。

コマンドの使用方法を表示します。

Gem::Commands::HelpCommand (9000.0)

Gem コマンドに関するヘルプを提供するためのクラスです。

...Gem コマンドに関するヘルプを提供するためのクラスです。...

Net::FTP#help(arg = nil) -> String (6323.0)

サーバからの help 情報を返します。

...サーバからの help 情報を返します。

@param arg HELP コマンドのパラメータを指定します。

@raise Net::FTPTempError 応答コードが 4yz のときに発生します。
@raise Net::FTPPermError 応答コードが 5yz のときに発生します。
@raise Net::FTPProtoErr...
<< 1 2 3 ... > >>