576件ヒット
[1-100件を表示]
(0.050秒)
種類
- ライブラリ (360)
- インスタンスメソッド (144)
- クラス (24)
- 文書 (24)
- 特異メソッド (24)
ライブラリ
クラス
モジュール
- FileUtils (12)
キーワード
- DependencyCommand (12)
- QueryCommand (12)
- arguments (12)
-
do
_ rubygems _ update (12) - execute (12)
-
find
_ gems (12) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
gem
_ paths (12) -
install
_ system _ commands (12) -
load
_ gemspecs (12) -
print
_ dependencies (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) - usage (12)
-
which
_ to _ update (12) - yaml? (12)
- オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル (12)
検索結果
先頭5件
-
FileUtils
. commands -> Array (18207.0) -
何らかのオプションを持つメソッド名の配列を返します。
...何らかのオプションを持つメソッド名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.commands # => ["chmod", "cp", "cp_r", "install", ...]
//}... -
Shell
. install _ system _ commands(pre = "sys _ ") -> () (12307.0) -
system_path上にある全ての実行可能ファイルをShellに定義する. メソッ ド名は元のファイル名の頭にpreをつけたものとなる.
...system_path上にある全ての実行可能ファイルをShellに定義する. メソッ
ド名は元のファイル名の頭にpreをつけたものとなる.
@param pre Shellに定義するメソッド名の先頭に付加される文字列を指定します。
使用例: ls -l | head -n 5......のような例。
require 'shell'
Shell.install_system_commands
sh = Shell.new
sh.verbose = false
sh.transact {
(sys_ls("-l") | sys_head("-n 5")).each {|l|
puts l
}
}... -
Shell
:: CommandProcessor . install _ system _ commands(prefix = "sys _ ") -> () (12301.0) -
全てのシステムコマンドをメソッドとして定義します。
...義します。
既に定義されているコマンドを再定義することはありません。
デフォルトでは全てのコマンドに "sys_" というプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッド... -
rubygems
/ commands / help _ command (12006.0) -
Gem コマンドに関するヘルプを提供するためのライブラリです。
...ktrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
commands gem コマンドのサブコマンドの一覧を表示します
examples gem コマン......ドの使用例を表示します
<command> 指定されたコマンドのヘルプを表示します
Summary:
gem コマンドに関するヘルプを提供します... -
rubygems
/ commands / install _ command (12006.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...プラットフォーム上では無効です
-P, --trust-policy POLICY Specify gem trust policy
--ignore-dependencies 依存している Gem パッケージをインストールしません
-y, --include-dependencies 依存している Gem パッケージ......をインストールします
--[no-]format-executable Make installed executable names match ruby.
If ruby is ruby18, foo_exec will be
foo_exec18
Local/Remote Options:
-l, --local......d for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTTP プロクシを使用... -
rubygems
/ commands / build _ command (12000.0) -
Gem パッケージをビルドするためのライブラリです。
...ます
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMSPEC_FILE Gem パッケージをビルドするのに必要な gemspec ファイル名を指定します
Summary:
gemspec ファイルから Gem パッケ... -
rubygems
/ commands / cert _ command (12000.0) -
Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
...を作成します
-C, --certificate CERT --sign で使用する証明書を指定します
-K, --private-key KEY --sign で使用する秘密鍵を指定します
-s, --sign NEWCERT 証明書に秘密鍵で署名します
Co......定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Manage RubyGems certificates and signing settings... -
rubygems
/ commands / check _ command (12000.0) -
インストールされている Gem パッケージを検証するためのライブラリです。
...ールされている Gem パッケージを検証するためのライブラリです。
Usage: gem check [options]
Options:
--verify FILE 内部のチェックサムにより Gem パッケージを検証します
-a, --alien 管理され......ルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
インストールされている Gem パッケージをチェックします... -
rubygems
/ commands / cleanup _ command (12000.0) -
ローカルにインストールされている古い Gem を削除するライブラリです。
...トールされている古い Gem を削除するライブラリです。
Usage: gem cleanup [GEMNAME ...] [options]
Options:
-d, --dryrun
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose......ースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME 削除する Gem パッケージの名前を指定します
Summary:
ローカルリポジトリにインストールされて......いる古いバージョンの
Gem パッケージを削除します
Defaults:
--no-dryrun... -
rubygems
/ commands / contents _ command (12000.0) -
インストールされている Gem パッケージに含まれているファイルリストを表示するためのライブラリです。
...します
-s, --spec-dir a,b,c 指定されたパス以下にある Gem パッケージを検索します
-l, --[no-]lib-only Gem パッケージの lib ディレクトリ以下にある
ファイルのみを表示します......トレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME Gem パッケージの名前を指定します
Summary:
インストールされている Gem パッケージに含まれ......るファイルの一覧を表示します
Defaults:
--no-lib-only...