504件ヒット
[1-100件を表示]
(0.044秒)
別のキーワード
種類
- ライブラリ (312)
- インスタンスメソッド (156)
- 特異メソッド (12)
- 定数 (12)
- クラス (12)
ライブラリ
-
irb
/ help (12) -
net
/ imap (12) - openssl (12)
- optparse (96)
-
rdoc
/ rdoc (12) -
rubygems
/ command (12) -
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / which _ command (12)
クラス
-
Gem
:: Command (12) -
Gem
:: Commands :: BuildCommand (12) -
Gem
:: Commands :: DependencyCommand (12) -
Net
:: IMAP :: MailboxQuota (12) - OptionParser (96)
-
RDoc
:: RDoc (12)
モジュール
- IRB (12)
-
OpenSSL
:: X509 (12)
キーワード
-
V
_ ERR _ KEYUSAGE _ NO _ CERTSIGN (12) - WhichCommand (12)
- document (12)
- getoptlong (12)
- help (12)
-
on
_ head (12) -
on
_ tail (12) -
print
_ usage (12) -
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ security (12) -
to
_ a (12) -
to
_ s (12) - ver (12)
検索結果
先頭5件
-
Gem
:: Command # usage -> String (27201.0) -
このメソッドはサブクラスで再定義されます。 個々の gem コマンドの使用方法を返します。
...このメソッドはサブクラスで再定義されます。
個々の gem コマンドの使用方法を返します。... -
Gem
:: Commands :: BuildCommand # usage -> String (27201.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # usage -> String (27201.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。 -
getoptlong (26006.0)
-
getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド 行オプションの解析を行う Ruby のライブラリです。
...getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド
行オプションの解析を行う Ruby のライブラリです。
=== GNU getopt_long() とは?
GNU 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
まず、`geto... -
Net
:: IMAP :: MailboxQuota # usage -> Integer (24301.0) -
現在のメールボックス内の使用量を返します。
現在のメールボックス内の使用量を返します。 -
OpenSSL
:: X509 :: V _ ERR _ KEYUSAGE _ NO _ CERTSIGN -> Integer (12300.0) -
署名できない証明書で署名しようしとたことを意味します。
署名できない証明書で署名しようしとたことを意味します。
OpenSSL::X509::Store#error や
OpenSSL::X509::StoreContext#error のエラーコードとして
使われます。 -
IRB
. print _ usage -> () (12201.0) -
irb コマンドのヘルプを表示します。
irb コマンドのヘルプを表示します。 -
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:
Generates 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... -
rubygems
/ commands / build _ command (6006.0) -
Gem パッケージをビルドするためのライブラリです。
...Gem パッケージをビルドするためのライブラリです。
Usage: gem build GEMSPEC_FILE [options]
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q,......config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMSPEC_FILE Gem......パッケージをビルドするのに必要な gemspec ファイル名を指定します
Summary:
gemspec ファイルから Gem パッケージをビルドします...