420件ヒット
[1-100件を表示]
(0.084秒)
ライブラリ
- mkmf (36)
-
rubygems
/ command (48) -
rubygems
/ command _ manager (24) -
rubygems
/ commands / build _ command (24) -
rubygems
/ commands / dependency _ command (72) -
rubygems
/ commands / update _ command (24) -
rubygems
/ commands / which _ command (24) - shell (12)
-
shell
/ command-processor (54) -
shell
/ filter (12) -
shell
/ system-command (90)
クラス
-
Gem
:: Command (48) -
Gem
:: CommandManager (24) -
Gem
:: Commands :: BuildCommand (24) -
Gem
:: Commands :: DependencyCommand (72) -
Gem
:: Commands :: UpdateCommand (24) -
Gem
:: Commands :: WhichCommand (24) - Shell (12)
-
Shell
:: CommandProcessor (54) -
Shell
:: Filter (12) -
Shell
:: SystemCommand (90)
モジュール
- Kernel (36)
キーワード
- active? (6)
-
add
_ extra _ args (12) - arguments (12)
-
command
_ names (12) - directory? (6)
-
do
_ rubygems _ update (12) - each (6)
- execute (12)
-
find
_ command _ possibilities (12) -
find
_ gems (12) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
find
_ system _ command (18) - flush (6)
- ftype (6)
-
gem
_ paths (12) -
get
_ all _ gem _ names (12) - input= (6)
- kill (6)
-
load
_ gemspecs (12) - mkdir (6)
- name (6)
- notify (18)
-
print
_ dependencies (12) - start (6)
-
start
_ export (6) -
start
_ import (6) - sticky? (6)
- summary (12)
- summary= (12)
-
super
_ each (6) - symlink (6)
- symlink? (6)
- system (18)
- terminate (6)
-
try
_ do (24) - usage (12)
- wait? (6)
-
which
_ to _ update (12) - xsystem (12)
- yaml? (12)
検索結果
先頭5件
-
Shell
:: SystemCommand # command -> String (24102.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: CommandProcessor # find _ system _ command(command) (15303.0) -
@todo
@todo -
Shell
# find _ system _ command(command) (12303.0) -
@todo
@todo -
Shell
:: Filter # find _ system _ command(command) (12303.0) -
@todo
@todo -
Gem
:: Commands :: BuildCommand # yaml?(filename) -> bool (12101.0) -
与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。
...与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。
@param filename ファイル名を指定します。... -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (12101.0) -
RubyGems 自体を更新します。
...RubyGems 自体を更新します。... -
Shell
:: CommandProcessor # system(command , *opts) -> Shell :: SystemCommand (9436.0) -
command を実行する.
...
command を実行する.
@param command 実行するコマンドのパスを文字列で指定します。
@param opts command のオプションを文字列で指定します。複数可。
使用例:
require 'shell'
Shell.verbose = false
sh = Shell.new
print sh.system("ls", "-l")
S......hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT... -
Gem
:: CommandManager # find _ command _ possibilities(command _ name) -> Array (9309.0) -
登録されているコマンドでマッチする可能性のあるものを返します。
...登録されているコマンドでマッチする可能性のあるものを返します。
@param command_name コマンド名を文字列で指定します。... -
Gem
:: CommandManager # command _ names -> Array (9202.0) -
登録されているコマンド名の配列を返します。
登録されているコマンド名の配列を返します。 -
Gem
:: Command # summary -> String (9101.0) -
コマンドの短い説明を返します。
コマンドの短い説明を返します。 -
Gem
:: Command # summary=(description) (9101.0) -
コマンドの短い説明をセットします。
コマンドの短い説明をセットします。
@param description コマンドの短い説明を指定します。