516件ヒット
[1-100件を表示]
(0.095秒)
ライブラリ
-
irb
/ cmd / help (12) - mkmf (36)
-
net
/ imap (12) - optparse (144)
-
rake
/ packagetask (24) -
rubygems
/ command (108) -
rubygems
/ commands / build _ command (24) -
rubygems
/ commands / dependency _ command (36) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / unpack _ command (12) - shell (6)
-
shell
/ command-processor (48) -
shell
/ filter (18) -
shell
/ system-command (24)
クラス
-
Gem
:: Command (108) -
Gem
:: Commands :: BuildCommand (24) -
Gem
:: Commands :: DependencyCommand (36) -
Gem
:: Commands :: LockCommand (12) -
Gem
:: Commands :: UnpackCommand (12) -
IRB
:: ExtendCommand :: Help (12) -
Net
:: IMAP :: FetchData (12) - OptionParser (144)
-
Rake
:: PackageTask (24) - Shell (6)
-
Shell
:: CommandProcessor (48) -
Shell
:: Filter (18) -
Shell
:: SystemCommand (24)
モジュール
- Kernel (36)
キーワード
- arguments (36)
- attr (12)
- basename (6)
-
cc
_ command (12) -
cpp
_ command (12) -
defaults
_ str (12) - description (12)
- dirname (6)
- echo (18)
- execute (12)
- ftype (6)
-
get
_ one _ gem _ name (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) - join (6)
-
link
_ command (12) - name (6)
- notify (12)
- on (144)
-
print
_ dependencies (12) -
program
_ name (12) - readlink (6)
-
spec
_ path (12) - split (6)
- summary (12)
-
tar
_ command (12) -
to
_ a (6) -
to
_ s (6) - usage (36)
-
zip
_ command (12)
検索結果
先頭5件
-
Shell
:: SystemCommand # command -> String (21204.0) -
@todo
@todo
コマンド名を返します。 -
Gem
:: Command # command -> String (21203.0) -
コマンドの名前を返します。
コマンドの名前を返します。 -
Kernel
# cc _ command(opt = "") -> String (6203.0) -
実際にコンパイルする際に使用するコマンドを返します。
実際にコンパイルする際に使用するコマンドを返します。
@param opt コンパイラに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand -
Kernel
# cpp _ command(outfile , opt = "") -> String (6203.0) -
実際にプリプロセッサを実行する際に使用するコマンドを返します。
実際にプリプロセッサを実行する際に使用するコマンドを返します。
@param outfile 出力ファイルの名前を指定します。
@param opt プリプロセッサに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand -
Kernel
# link _ command(ldflags , opt = "" , libpath = $ DEFLIBPATH| $ LIBPATH) -> String (6203.0) -
実際にリンクする際に使用するコマンドを返します。
実際にリンクする際に使用するコマンドを返します。
@param ldflags LDFLAGS に追加する値を指定します。
@param opt LIBS に追加する値を指定します。
@param libpath LIBPATH に指定する値を指定します。
@see RbConfig.expand -
Rake
:: PackageTask # tar _ command -> String (6203.0) -
tar コマンドとして使用するコマンドを返します。
tar コマンドとして使用するコマンドを返します。
デフォルトは 'tar' です。 -
Rake
:: PackageTask # zip _ command -> String (6203.0) -
zip コマンドとして使用するコマンドを返します。
zip コマンドとして使用するコマンドを返します。
デフォルトは 'zip' です。 -
Shell
:: SystemCommand # name -> String (6104.0) -
@todo
@todo
コマンド名を返します。 -
Gem
:: Commands :: BuildCommand # arguments -> String (6102.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: BuildCommand # usage -> String (6102.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。