るりまサーチ

最速Rubyリファレンスマニュアル検索!
690件ヒット [601-690件を表示] (0.027秒)
トップページ > クエリ:description[x]

別のキーワード

  1. rss description
  2. rss description=
  3. net/imap description
  4. item description
  5. item description=

ライブラリ

モジュール

検索結果

<< < ... 5 6 7 >>

Rake.application=(app) (6.0)

現在の Rake アプリケーションをセットします。

...nd

# => #<Rake::Application:0x00005624e6c30eb8
# @default_loader=#<Rake::DefaultLoader:0x00005624e6c30cd8>,
# @imported=[],
# @last_description=nil,
# @loaders=
# {".rb"=>#<Rake::DefaultLoader:0x00005624e6c30bc0>,
# ".rf"=>#<Rake::DefaultLoader:0x00005624e6c30b48>,
#...

rake/gempackagetask (6.0)

Gem Spec ファイルを元にして Gem パッケージを作成するタスクを定義するためのライブラリです。

...s.version = PKG_VERSION
s.requirements << 'none'
s.require_path = 'lib'
s.autorequire = 'rake'
s.files = PKG_FILES
s.description = <<EOF
Rake is a Make-like program implemented in Ruby. Tasks
and dependencies are specified in standard Ruby syntax.
EOF
end...

rdoc (6.0)

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

...ルファベット+ピリオドで
アルファベットリスト

====[a:labeled_list] ラベル付きリスト

ラベル付きリスト(description list とも呼ばれる)は通常大括弧でラベルを囲
います。

[cat] small domestic animal
[+cat+] command to copy standard i...

rubygems/commands/generate_index_command (6.0)

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

...Ruby 自体のデバッグオプションを有効にします
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 t...

rubygems/commands/lock_command (6.0)

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

...ンを指定します
Summary:
特定バージョンの Gem パッケージを使用するために必要な記述を表示します
Description
:
The lock command will generate a list of +gem+ statements that will lock
down
the versions for the gem given in the comman...

絞り込み条件を変える

rubygems/commands/mirror_command (6.0)

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

...Ruby 自体のデバッグオプションを有効にします
Summary:
Gem リポジトリをミラーします
Description
:
このコマンドは ~/.gemmirrorrc ファイルを使用してリモート Gem リポジトリを
ローカルにミラーし...

rubygems/commands/pristine_command (6.0)

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

...o pristine condition (unless --all)
Summary:
Restores installed gems to pristine condition from files located in the gem
cache
Description
:
The pristine command compares the installed gems with the contents of the
cached gem and restores any files that don't match the...

rubygems/commands/server_command (6.0)

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

...Ruby 自体のデバッグオプションを有効にします
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 installati...
<< < ... 5 6 7 >>