Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Fileクラス > executable_real?

singleton method File.executable_real?

executable_real?(path) -> bool

FileTest.#executable_real? と同じです。

[PARAM] path:
パスを表す文字列を指定します。
class File