るりまサーチ

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

別のキーワード

  1. _builtin b
  2. string b
  3. b string
  4. b
  5. b _builtin

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

DRb::ExtServManager.command -> { String => String|[String] } (21107.0)

サービスを起動するためのコマンドを指定するための Hash を 返します。

...そのサービスを起動するためのコマンドです。
この Hash を変更することでサービスを定義します。
DRb::ExtServManager.command= で Hash 自体を
変更することでも同じことができます。

コマンドは文字列、もしくは文字列の配列で...

rubygems/commands/dependency_command (18012.0)

インストールされている Gem パッケージの依存関係を表示するためのライブラリです。

...e 操作をリモートに限定します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default...
...erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug...
...Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME 依存関係を表示する Gem の名前を指定します
Summary:
インストールされている Gem の依存関係を表示します
Defaults:
--local -...

rubygems/commands/generate_index_command (18012.0)

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

...tions]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet...
...--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Generates the index files for a gem server directory
Description:
The generate_index command crea...
...tes 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:

gems/ # .gem files you want to
in...

rubygems/commands/install_command (18012.0)

Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

...をローカルリポジトリにインストールするためのライブラリです。

Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインス...
...します
Install/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-d, --[no-]rdoc...
...インストール時に RI ドキュメントを生成します
-E, --[no-]env-shebang インストールするスクリプトの shebang line を書き換えます(/usr/bin/env)
-f, --[no-]force 依存関係のチェックをバイパスして強...

rubygems/commands/list_command (18012.0)

Gem パッケージの名前を前方一致で検索するためのライブラリです。

...e 操作をリモートに限定します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default...
...erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug...
...Ruby 自体のデバッグオプションを有効にします
Arguments:
STRING 探したい Gem の名前を前方一致で指定します
Summary:
指定された文字列で始まる Gem パッケージを列挙します
Defaults:
--loca...

絞り込み条件を変える

rubygems/commands/lock_command (18012.0)

指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

...erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug...
...Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME ロックする Gem パッケージの名前を指定します
VERSION ロックする Gem パッケージのバージョンを指定します
Summary:
特定...
...Description:
The lock command will generate a list of +gem+ statements that will lock
down
the versions for the gem given in the command line. It will specify exact
versions in the requirements list to ensure that the gems loaded will always
b
e consistent. A full recu...

rubygems/commands/outdated_command (18012.0)

更新が必要な Gem パッケージの一覧を出力するためのライブラリです。

...e 操作をリモートに限定します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default...
...erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug...
...Ruby 自体のデバッグオプションを有効にします
Summary:
更新が必要な Gem パッケージを全て表示します。...

rubygems/commands/pristine_command (18012.0)

インストールされている Gem パッケージを初期状態にするためのライブラリです。

...erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug...
...uby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME gem to restore to pristine condition (unless --all)
Summary:
Restores installed gems to pristine condition from files located in the gem
cache
Description:
The pristine command...
...If you have made modifications to your installed gems, the pristine command
will revert them. After all the gem's files have been checked all bin stubs
for the gem are regenerated.

If the cached gem cannot be found, you will need to use `gem install` to
revert the gem...

rubygems/commands/query_command (18012.0)

Gem パッケージの情報を検索するためのライブラリです。

...e 操作をリモートに限定します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default...
...erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug...
...Ruby 自体のデバッグオプションを有効にします
Summary:
Gem パッケージの情報を検索します
Defaults:
--local --name-matches // --no-details --versions --no-installed...
<< 1 2 3 ... > >>