るりまサーチ

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

別のキーワード

  1. コマンド
  2. コマンド erb
  3. コマンド irb
  4. コマンド rake
  5. コマンド rdoc

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::Command#command -> String (21117.0)

コマンドの名前を返します。

...
コマンド
の名前を返します。...

Shell::SystemCommand#command -> String (21107.0)

@todo

...@todo

コマンド
名を返します。...

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

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

...するためのコマンドを指定するための Hash を
返します。

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

コマンド
は文字列、もしくは文字列の配列で指定します。
文字列で指定した場合は Kernel.#spawn で
プロセスを起動する際に shell 経由で起動されます。
文字列の配列で指定すると s...

コマンド (18049.0)

コマンド Ruby では以下のコマンドが提供されます。

...コマンド
Ruby では以下のコマンドが提供されます。

: erb
埋め込みRuby処理ツール。erb を参照。
: gem
Rubyのパッケージ管理ツール。lib:rubygems#gem_command を参照。
: irb
Ruby の対話インタフェース。irb を参照。
: rake
Ruby の内...
...: ri
RDoc で書かれた Ruby のドキュメントをコマンドラインから閲覧するツール。
: ruby
Ruby 本体。d:spec/rubycmd#ruby を参照。
: testrb
ユニットテスト実行ツール

これらのコマンドは以下で説明される環境変数を参照します。...
...ツール。rdoc を参照。
: ri
RDoc で書かれた Ruby のドキュメントをコマンドラインから閲覧するツール。
: ruby
Ruby 本体。d:spec/rubycmd#ruby を参照。

これらのコマンドは以下で説明される環境変数を参照します。

* spec/envvars...

rubygems/commands/help_command (12058.0)

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

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

Usage: gem help ARGUMENT [options]
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします...
...Arguments:
command
s gem コマンドのサブコマンドの一覧を表示します
examples gem コマンドの使用例を表示します
<command> 指定されたコマンドのヘルプを表示します
Summary:
gem コマンドに関するヘル...

絞り込み条件を変える

rubygems/commands/generate_index_command (12018.0)

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

...-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静か...
...Summary:
Generates the index files for 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 generat...

rubygems/commands/lock_command (12018.0)

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

...-]strict 依存関係を満たせない場合に失敗します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静か...
...使用するために必要な記述を表示します
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 th...

rubygems/commands/pristine_command (12018.0)

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

...ージを
初期状態に戻します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに...
...Description:
The pristine command compares the installed gems with the contents of the
cached gem and restores any files that don't match the cached gem's copy.

If you have made modifications to your installed gems, the pristine command
will revert them. After all...

rubygems/commands/mirror_command (12012.0)

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

...ラーするためのライブラリです。

Usage: gem mirror [options]
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに...
...体のデバッグオプションを有効にします
Summary:
Gem リポジトリをミラーします
Description:
このコマンドは ~/.gemmirrorrc ファイルを使用してリモート Gem リポジトリを
ローカルにミラーします。設定ファイル...

rubygems/commands/server_command (12012.0)

ローカルにインストールされている Gem パッケージとそのドキュメントを HTTP サーバに 載せて公開するためのライブラリです。

...rom which to serve gems
--[no-]daemon run as a daemon
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静か...
...デバッグオプションを有効にします
Summary:
Documentation and gem repository HTTP server
Description:
The server command starts up a web server that hosts the RDoc for your
installed gems and can operate as a server for installation of gems on other
mach...

絞り込み条件を変える

<< 1 2 3 ... > >>