るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.112秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:l[x] > クエリ:bool[x] > クラス:Pathname[x] > クエリ:executable?[x]

別のキーワード

  1. socket bool
  2. option bool
  3. win32ole vt_bool
  4. variant vt_bool
  5. bool socket

ライブラリ

検索結果

Pathname#executable? -> bool (72913.0)

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

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


@see FileTest.#executable?