372件ヒット
[1-100件を表示]
(0.037秒)
別のキーワード
種類
- インスタンスメソッド (204)
- ライブラリ (60)
- 特異メソッド (60)
- 定数 (36)
- 文書 (12)
ライブラリ
- fileutils (12)
-
irb
/ extend-command (24) -
rubygems
/ commands / build _ command (60) -
rubygems
/ commands / dependency _ command (72) -
rubygems
/ commands / help _ command (24) -
rubygems
/ commands / lock _ command (24) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ commands / which _ command (36) - shell (6)
-
shell
/ command-processor (18)
クラス
モジュール
- FileUtils (12)
-
IRB
:: ContextExtender (12) -
IRB
:: ExtendCommandBundle (12)
キーワード
- EXAMPLES (12)
- EXT (12)
- PLATFORMS (12)
- arguments (24)
- complain (12)
-
def
_ builtin _ commands (6) - execute (24)
-
find
_ gems (12) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
gem
_ paths (12) -
get
_ path (12) -
install
_ builtin _ commands (6) -
install
_ extend _ commands (24) -
install
_ system _ commands (12) -
load
_ gemspecs (12) -
print
_ dependencies (12) -
ruby 1
. 8 . 3 feature (12) - rubygems (12)
-
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / lock _ command (12) -
spec
_ path (12) - usage (24)
-
which
_ to _ update (12) - yaml? (12)
検索結果
先頭5件
-
FileUtils
. commands -> Array (18207.0) -
何らかのオプションを持つメソッド名の配列を返します。
...何らかのオプションを持つメソッド名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.commands # => ["chmod", "cp", "cp_r", "install", ...]
//}... -
Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () (6308.0) -
@todo
...@todo
@param delegation_class 処理を委譲したいクラスかモジュールを指定します。
@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]... -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (6207.0) -
定義済みの拡張を読み込みます。
...* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb_kill
* irb_help
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ExtendCommandBundle.install_extend_commands... -
Shell
. install _ system _ commands(pre = "sys _ ") -> () (6207.0) -
system_path上にある全ての実行可能ファイルをShellに定義する. メソッ ド名は元のファイル名の頭にpreをつけたものとなる.
...メソッド名の先頭に付加される文字列を指定します。
使用例: 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
}
}... -
IRB
:: ContextExtender . install _ extend _ commands -> object (6201.0) -
定義済みの拡張を読み込みます。
定義済みの拡張を読み込みます。
IRB::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_command -
Shell
:: CommandProcessor . install _ builtin _ commands -> () (6201.0) -
ビルトインコマンドを定義します。
ビルトインコマンドを定義します。 -
Shell
:: CommandProcessor . install _ system _ commands(prefix = "sys _ ") -> () (6201.0) -
全てのシステムコマンドをメソッドとして定義します。
全てのシステムコマンドをメソッドとして定義します。
既に定義されているコマンドを再定義することはありません。
デフォルトでは全てのコマンドに "sys_" というプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッドを定義します。
このメソッドの実行中に発生した例外は単に無視されます。
@param prefix プレフィクスを指定します。 -
rubygems
/ commands / help _ command (6012.0) -
Gem コマンドに関するヘルプを提供するためのライブラリです。
...のデバッグオプションを有効にします
Arguments:
commands gem コマンドのサブコマンドの一覧を表示します
examples gem コマンドの使用例を表示します
<command> 指定されたコマンドのヘルプを表示します... -
rubygems
/ commands / environment _ command (6006.0) -
RubyGems の環境に関する情報を表示するためのライブラリです。
...ersion Gem パッケージのフォーマットのバージョンを表示します
remotesources Gem パッケージを検索するサーバを表示します
<omitted> 省略すると全て表示します
Summary:
RubyGems の環境や設定を表示します... -
rubygems
/ commands / generate _ index _ command (6006.0) -
ある Gem サーバに対するインデックスを作成するためのライブラリです。
...# quick index manifest
quick/<gemname>.gemspec.rz # legacy YAML quick index
file
quick/Marshal.<version>/<gemname>.gemspec.rz # Marshal quick index file
Marshal.<version>
Marshal.<version>.Z # Marshal full index
yaml
yaml.... -
rubygems
/ commands / lock _ command (6006.0) -
指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。
...be consistent. A full recursive search of all effected gems will be
generated.
Example:
gemlock rails-1.0.0 > lockdown.rb
will produce in lockdown.rb:
require "rubygems"
gem 'rails', '= 1.0.0'
gem 'rake', '= 0.7.0....