ライブラリ
- ビルトイン (12)
-
net
/ imap (36) - optparse (24)
- rake (96)
-
rdoc
/ generator / ri (12) - rss (336)
-
rubygems
/ command (24) -
rubygems
/ specification (24)
クラス
-
Gem
:: Command (24) -
Gem
:: Specification (24) -
Net
:: IMAP :: BodyTypeBasic (12) -
Net
:: IMAP :: BodyTypeMessage (12) -
Net
:: IMAP :: BodyTypeText (12) - Object (12)
- OptionParser (24)
-
RDoc
:: Generator :: RI (12) -
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Maker :: ImageBase (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Maker :: TextinputBase (24) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Item (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: Image (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: Rss :: Channel :: TextInput (24) -
Rake
:: Task (24)
モジュール
- DublinCoreModel (36)
- Kernel (12)
- Rake (24)
-
Rake
:: TaskManager (36)
キーワード
- ChannelBase (12)
- DESCRIPTION (12)
- ItemBase (12)
-
NEWS for Ruby 2
. 7 . 0 (6) -
RUBY
_ DESCRIPTION (12) - TextinputBase (12)
-
add
_ description (12) - application (12)
- application= (12)
-
arg
_ description (12) -
dc
_ description (12) -
dc
_ description= (12) -
dc
_ descriptions (12) - desc (12)
- description= (144)
-
last
_ comment (12) -
last
_ description (12) -
last
_ description= (12) - optparse (12)
-
rake
/ gempackagetask (12) - rdoc (12)
- rss (12)
- rubygems (12)
-
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) - summarize (24)
- summary= (12)
検索結果
先頭5件
-
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...