るりまサーチ

最速Rubyリファレンスマニュアル検索!
179件ヒット [1-100件を表示] (0.107秒)

別のキーワード

  1. _builtin executable?
  2. _builtin executable_real?
  3. pathname executable?
  4. pathname executable_real?
  5. mkmf find_executable

検索結果

<< 1 2 > >>

Gem::Specification#executable -> String (18102.0)

実行可能ファイル名を返します。

実行可能ファイル名を返します。

Gem::Specification#default_executable=(executable) (6209.0)

Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。

...Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。

@param executable 実行ファイルを指定します。...

Gem::Specification#executable=(executable) (6209.0)

実行可能ファイル名をセットします。

...実行可能ファイル名をセットします。

@param executable 実行可能ファイル名を指定します。...

Gem::Specification#executables=(executables) (6201.0)

実行可能ファイル名のリストをセットします。

...実行可能ファイル名のリストをセットします。

@param executables 実行可能ファイル名のリストを指定します。...

Pathname#executable? -> bool (6124.0)

FileTest.executable?(self.to_s) と同じです。

...FileTest.executable?(self.to_s) と同じです。


@see FileTest.#executable?...

絞り込み条件を変える

Pathname#executable_real? -> bool (6124.0)

FileTest.executable_real?(self.to_s) と同じです。

...FileTest.executable_real?(self.to_s) と同じです。


@see FileTest.#executable_real?...

File::Stat#executable? -> bool (6108.0)

実効ユーザ/グループIDで実行できる時に真を返します。

...実効ユーザ/グループIDで実行できる時に真を返します。

//emlist[][ruby]{
p File::Stat.new($0).executable?
# 例
#=> true
//}...

File::Stat#executable_real? -> bool (6108.0)

実ユーザ/グループIDで実行できる時に真を返します。

...実ユーザ/グループIDで実行できる時に真を返します。

//emlist[][ruby]{
p File::Stat.new($0).executable_real?
#例
#=> true
//}...

Shell#executable?(file) -> bool (6108.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#executable?...

Shell#executable_real?(file) -> bool (6108.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#executable_real?...

絞り込み条件を変える

<< 1 2 > >>