168件ヒット
[1-100件を表示]
(0.127秒)
ライブラリ
- ビルトイン (24)
- mkmf (12)
- pathname (24)
-
rubygems
/ specification (84) -
rubygems
/ uninstaller (12) -
shell
/ command-processor (12)
クラス
-
File
:: Stat (24) -
Gem
:: Specification (84) -
Gem
:: Uninstaller (12) - Pathname (24)
-
Shell
:: CommandProcessor (12)
モジュール
- Kernel (12)
キーワード
-
add
_ bindir (12) -
default
_ executable (12) -
default
_ executable= (12) - executable= (12)
- executable? (30)
-
executable
_ real? (30) - executables (12)
- executables= (12)
-
find
_ executable (12) -
remove
_ executables (12)
検索結果
先頭5件
-
Gem
:: Specification # executable -> String (21102.0) -
実行可能ファイル名を返します。
実行可能ファイル名を返します。 -
Gem
:: Specification # default _ executable=(executable) (9209.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
...Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
@param executable 実行ファイルを指定します。... -
Gem
:: Specification # executable=(executable) (9209.0) -
実行可能ファイル名をセットします。
...実行可能ファイル名をセットします。
@param executable 実行可能ファイル名を指定します。... -
Gem
:: Specification # executables=(executables) (9201.0) -
実行可能ファイル名のリストをセットします。
...実行可能ファイル名のリストをセットします。
@param executables 実行可能ファイル名のリストを指定します。... -
Pathname
# executable? -> bool (9124.0) -
FileTest.executable?(self.to_s) と同じです。
...FileTest.executable?(self.to_s) と同じです。
@see FileTest.#executable?... -
Pathname
# executable _ real? -> bool (9124.0) -
FileTest.executable_real?(self.to_s) と同じです。
...FileTest.executable_real?(self.to_s) と同じです。
@see FileTest.#executable_real?... -
Shell
:: CommandProcessor # executable?(file) -> bool (9108.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Shell
:: CommandProcessor # executable _ real?(file) -> bool (9108.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Gem
:: Specification # default _ executable -> String | nil (9102.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。 -
Gem
:: Specification # executables -> [String] (9101.0) -
実行可能ファイル名のリストを返します。
実行可能ファイル名のリストを返します。