126件ヒット
[1-100件を表示]
(0.091秒)
ライブラリ
- ビルトイン (12)
- mkmf (12)
- pathname (12)
-
rubygems
/ specification (48) -
rubygems
/ uninstaller (12) - shell (6)
-
shell
/ command-processor (12) -
shell
/ filter (12)
クラス
-
File
:: Stat (12) -
Gem
:: Specification (48) -
Gem
:: Uninstaller (12) - Pathname (12)
- Shell (6)
-
Shell
:: CommandProcessor (12) -
Shell
:: Filter (12)
モジュール
- Kernel (12)
キーワード
-
add
_ bindir (12) -
default
_ executable (12) - executable? (12)
-
executable
_ real? (42) - executables (12)
-
find
_ executable (12) -
remove
_ executables (12)
検索結果
先頭5件
-
Gem
:: Specification # executable -> String (18202.0) -
実行可能ファイル名を返します。
実行可能ファイル名を返します。 -
Pathname
# executable _ real? -> bool (12224.0) -
FileTest.executable_real?(self.to_s) と同じです。
...FileTest.executable_real?(self.to_s) と同じです。
@see FileTest.#executable_real?... -
File
:: Stat # executable _ real? -> bool (12208.0) -
実ユーザ/グループIDで実行できる時に真を返します。
...実ユーザ/グループIDで実行できる時に真を返します。
//emlist[][ruby]{
p File::Stat.new($0).executable_real?
#例
#=> true
//}... -
Shell
# executable _ real?(file) -> bool (12208.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
:: CommandProcessor # executable _ real?(file) -> bool (12208.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
:: Filter # executable _ real?(file) -> bool (12208.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Gem
:: Uninstaller # remove _ executables(gemspec) (12201.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
...与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Kernel
# find _ executable(bin , path = nil) -> String | nil (9202.0) -
パス path から実行ファイル bin を探します。
...更しません。
@param bin 実行ファイルの名前を指定します。
@param path パスを指定します。デフォルトは環境変数 PATH です。
環境変数 PATH が定義されていない場合は /usr/local/bin,
/usr/ucb, /usr/bin, /bin を使いま... -
Shell
:: CommandProcessor # executable?(file) -> bool (9108.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Shell
:: Filter # executable?(file) -> bool (9108.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Gem
:: Specification # default _ executable -> String | nil (6202.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。