るりまサーチ

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

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem md5
  5. gem dir

検索結果

Gem::CommandManager#run(args) -> () (24117.0)

引数 args を処理して gem コマンドを実行中のエラーを捕捉します。

...引数 args を処理して gem コマンドを実行中のエラーを捕捉します。

@param args コマンドラインから受け取った引数を指定します。...

Gem::Ext::Builder.run(command, results) (21214.0)

@todo

...与えられたコマンドを実行します。

@param command 実行するコマンドを文字列で指定します。

@param results 結果を入れるための配列です。この変数は破壊的に変更されます。

@raise Gem::InstallError コマンドの実行に失敗した場合...

rubygems/commands/server_command (18058.0)

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

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

Usage: gem server [options]
Options:
-p, --port=PORT port to listen on
-d, --dir=GEMDIR directory from which to serve gems...
...--[no-]daemon run as a daemon
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します...
...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
machines.

The cache files for installed gems must exist to...

rdoc (36.0)

RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。

...ん。

: --diagram

何もしません。--diagram オプションは廃止されました。

: --dry-run

ファイルの出力を行わず、表示だけを行います。

: --no-dry-run

ファイルの出力を行います。

: --encoding encoding

出力ファイルの文字エン...
...ル名を指定した URL の後に付けたものを使います。

===[a:saved_options] オプションの保存

.rdoc_options ファイルを gem に含める事で、rdoc のオプションを保存する
事ができます。また、以下のように --write-options を指定するのが最...
...付きリスト(description list とも呼ばれる)は通常大括弧でラベルを囲
います。

[cat] small domestic animal
[+cat+] command to copy standard input

ラベル付きリストはコロン2つをラベルの後に置くことでもマークアップできる。
この場合...