るりまサーチ

最速Rubyリファレンスマニュアル検索!
420件ヒット [1-100件を表示] (0.199秒)
トップページ > クエリ:-[x] > クエリ:E[x] > クエリ:I[x] > クエリ:commands[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix rank_e
  4. open3 capture2e
  5. matrix det_e

検索結果

<< 1 2 3 ... > >>

FileUtils.commands -> Array (27207.0)

何らかのオプションを持つメソッド名の配列を返します。

...何らかのオプションを持つメソッド名の配列を返します。

//emlist[][ruby]{
require 'fileutils'
FileUtils.commands # => ["chmod", "cp", "cp_r", "install", ...]
//}...

IRB::ContextExtender.install_extend_commands -> object (24407.0)

定義済みの拡張を読み込みます。

...

I
RB::Context で以下のメソッドが利用できるようになります。

* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=

i
rb/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ContextExtender.def_ex...
...tend_command...

IRB::ExtendCommandBundle.install_extend_commands -> object (21413.0)

定義済みの拡張を読み込みます。

...

i
rb で以下のメソッドが利用できるようになります。(それぞれ 1 つだけ抜粋)

* irb_current_working_workspace
* irb_change_workspace
* irb_workspaces
* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb...
..._kill
* irb_help

i
rb/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ExtendCommandBundle.install_extend_commands...

Shell::CommandProcessor.install_builtin_commands -> () (21401.0)

ビルトインコマンドを定義します。

ビルトインコマンドを定義します。

Shell::CommandProcessor.def_builtin_commands(delegation_class, commands_specs) -> () (18508.0)

@todo

...@todo

@param delegation_class 処理を委譲したいクラスかモジュールを指定します。

@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]...

絞り込み条件を変える

Shell.install_system_commands(pre = "sys_") -> () (18419.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_") -> () (18401.0)

全てのシステムコマンドをメソッドとして定義します。

...うプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッドを定義します。
このメソッドの実行中に発生した例外は単に無視されます。

@param prefix プレフィクスを指定します。...

Gem::Commands::DependencyCommand#find_gems(name, source_index) -> Hash (18400.0)

与えられた Gem の名前をインデックスから検索します。

...与えられた Gem の名前をインデックスから検索します。

@param name Gem の名前を指定します。

@param source_index Gem::SourceIndex のインスタンスを指定します。

@see Gem::SourceIndex#search...

rubygems/commands/install_command (18204.0)

Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

...Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
-
-platform PLATFORM 指定されたプラットフォームの Gem パッケ...
...
-
v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
I
nstall/Update Options:
-
i, --install-dir DIR Gem パッケージのインストー先を指定します
-
n, --bindir DIR Gem パ...
...ます
-
d, --[no-]rdoc インストール時に RDoc を生成します
-
-[no-]ri インストール時に RI ドキュメントを生成します
-
E, --[no-]env-shebang インストールするスクリプトの shebang line を書...

rubygems/commands/list_command (18108.0)

Gem パッケージの名前を前方一致で検索するためのライブラリです。

...Gem パッケージの名前を前方一致で検索するためのライブラリです。

Usage: gem list [STRING] [options]
Options:
-
i, --[no-]installed Check for installed gem
-
v, --version VERSION 指定されたバージョンの一覧を出力しま...
...
-
d, --[no-]details Gem パッケージの詳細も表示します
-
-[no-]versions Gem パッケージの名前のみ表示します
-
a, --all 全ての Gem パッケージを表示します
Local/Remote Options:
-
l, -...
...-local 操作をローカルに限定します
-
r, --remote 操作をリモートに限定します
-
b, --both ローカルとリモートの両方の操作を許可します
-
B, --bulk-threshold COUNT Threshold f...

絞り込み条件を変える

rubygems/commands/uninstall_command (18096.0)

Gem パッケージをアンインストールするためのライブラリです。

...Gem パッケージをアンインストールするためのライブラリです。

Usage: gem uninstall GEMNAME [GEMNAME ...] [options]
Options:
-
a, --[no-]all Uninstall all matching versions
-
I, --[no-]ignore-dependencies Ignore dependency requirements while...
...ninstalling
-
x, --[no-]executables Uninstall applicable executables without
confirmation
-
i, --install-dir DIR Directory to uninstall gem from
-
n, --bindir DIR Directory to remove binaries from
-
v, --version VE...
...RSION Specify version of gem to uninstall
-
-platform PLATFORM Specify the platform of gem to uninstall
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にし...
<< 1 2 3 ... > >>