672件ヒット
[1-100件を表示]
(0.071秒)
種類
- ライブラリ (360)
- インスタンスメソッド (156)
- クラス (96)
- 特異メソッド (36)
- 文書 (24)
ライブラリ
- fileutils (12)
-
irb
/ extend-command (12) -
rubygems
/ commands / build _ command (72) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / dependency _ command (48) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (24) -
rubygems
/ commands / update _ command (36) -
shell
/ command-processor (12)
クラス
モジュール
- FileUtils (12)
-
IRB
:: ExtendCommandBundle (12)
キーワード
- BuildCommand (12)
- CleanupCommand (12)
- OutdatedCommand (12)
- QueryCommand (12)
- SourcesCommand (12)
- UninstallCommand (12)
- UnpackCommand (12)
- UpdateCommand (12)
- arguments (24)
-
def
_ builtin _ commands (6) -
do
_ rubygems _ update (12) - execute (24)
-
find
_ gems (12) -
get
_ path (12) -
install
_ builtin _ commands (6) -
install
_ extend _ commands (12) -
load
_ gemspecs (12) -
ruby 1
. 8 . 3 feature (12) - rubygems (12)
-
rubygems
/ command _ manager (12) -
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / stale _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ commands / which _ command (12) -
rubygems
/ server (12) -
spec
_ path (12) - usage (24)
-
which
_ to _ update (12) - yaml? (12)
- オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル (12)
検索結果
先頭5件
- FileUtils
. commands -> Array - Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () - Shell
:: CommandProcessor . install _ builtin _ commands -> () - Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) - Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array
-
FileUtils
. commands -> Array (21107.0) -
何らかのオプションを持つメソッド名の配列を返します。
...何らかのオプションを持つメソッド名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.commands # => ["chmod", "cp", "cp_r", "install", ...]
//}... -
Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () (12308.0) -
@todo
...@todo
@param delegation_class 処理を委譲したいクラスかモジュールを指定します。
@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]... -
Shell
:: CommandProcessor . install _ builtin _ commands -> () (12201.0) -
ビルトインコマンドを定義します。
ビルトインコマンドを定義します。 -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (12100.0) -
RubyGems 自体を更新します。
...RubyGems 自体を更新します。... -
Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array (12100.0) -
更新が必要な Gem のリストを返します。
更新が必要な Gem のリストを返します。 -
rubygems
/ commands / dependency _ command (12006.0) -
インストールされている Gem パッケージの依存関係を表示するためのライブラリです。
...インストールされている Gem パッケージの依存関係を表示するためのライブラリです。
Usage: gem dependency GEMNAME [options]
Options:
-v, --version VERSION 指定したバージョンの依存関係を表示します
--platform PLATFO......-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リ......す
-u, --[no-]update-sources ローカルソースキャッシュを更新します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet... -
rubygems
/ commands / help _ command (12006.0) -
Gem コマンドに関するヘルプを提供するためのライブラリです。
...るためのライブラリです。
Usage: gem help ARGUMENT [options]
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに......--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
commands gem コマンドのサブコマンドの一覧を表示します
examples g......em コマンドの使用例を表示します
<command> 指定されたコマンドのヘルプを表示します
Summary:
gem コマンドに関するヘルプを提供します... -
rubygems
/ commands / install _ command (12006.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケ......ルします
-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR......ます(/usr/bin/env)
-f, --[no-]force 依存関係のチェックをバイパスして強制的にインストールします
-t, --[no-]test インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wr... -
rubygems
/ commands / list _ command (12006.0) -
Gem パッケージの名前を前方一致で検索するためのライブラリです。
...Gem パッケージの名前を前方一致で検索するためのライブラリです。
Usage: gem list [STRING] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION 指定されたバージョンの一覧を出力しま......-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リ......す
-u, --[no-]update-sources ローカルソースキャッシュを更新します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet... -
rubygems
/ commands / outdated _ command (12006.0) -
更新が必要な Gem パッケージの一覧を出力するためのライブラリです。
...更新が必要な Gem パッケージの一覧を出力するためのライブラリです。
Usage: gem outdated [options]
Options:
--platform PLATFORM 指定されたプラットフォームに関する情報を表示します
Local/Remote Options:
-l, --local......-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リ......す
-u, --[no-]update-sources ローカルソースキャッシュを更新します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet...