るりまサーチ

最速Rubyリファレンスマニュアル検索!
139件ヒット [1-100件を表示] (0.045秒)
トップページ > クエリ:IO[x] > クエリ:executable[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each_line
  4. io each
  5. io readlines

検索結果

<< 1 2 > >>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Gem::Specification#default_executable -> String | nil (9101.0)

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

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

絞り込み条件を変える

Gem::Specification#executables -> [String] (9100.0)

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

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

FileTest.#executable_real?(file) -> bool (6119.0)

ファイルがカレントプロセスの実ユーザか実グループで実行できる時に真を返します。そうでない場合、ファイルが存在しない場合、あるいはシステムコールに失敗した場合などには false を返します。

...ます。

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

//emlist[例][ruby]{
IO
.write("empty.txt", "")
File.chmod(0744, "empty.txt")
FileTest.executable_real?("empty.txt") # => true
File.chmod(0644, "empty.txt")
FileTest.executable_real?("empty.txt") # => false
//}...

Gem::DependencyInstaller::DEFAULT_OPTIONS -> Hash (6106.0)

自身を初期化する際に使用するデフォルトのオプションです。

...ョンです。

:env_shebang => false,
:domain => :both, # HACK dup
:force => false,
:format_executable => false, # HACK dup
:ignore_dependencies => false,
:security_policy => nil, # HACK NoSecurity requires OpenSSL. AlmostNo? Low?...

Gem::Specification#add_bindir(executables) -> Array | nil (3100.0)

実行コマンドの格納場所を返します。

...実行コマンドの格納場所を返します。

@param executables 実行コマンド名を格納した配列を指定します。...

Gem::DependencyInstaller.new(options = {}) -> Gem::DependencyInstaller (106.0)

自身を初期化します。

...きの Gem のみをインストールするポリシーが指定されている場合は上記のチェックを
実行します。
: :format_executable
Gem::Installer.new を参照してください。
: :ignore_dependencies
依存している Gem をインストールしません。
: :inst...

絞り込み条件を変える

<< 1 2 > >>