るりまサーチ

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

別のキーワード

  1. _builtin path
  2. pathname to_path
  3. _builtin absolute_path
  4. _builtin to_path
  5. pstore path

ライブラリ

クラス

検索結果

Pathname#executable? -> bool (21101.0)

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

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


@see FileTest.#executable?...

File.executable?(path) -> bool (18207.0)

FileTest.#executable? と同じです。

...FileTest.#executable? と同じです。

@param path パスを表す文字列を指定します。...