instance method Shell::Filter#exist?
exist?(file) -> boolexists?(file) -> bool-
FileTest モジュールにある同名のクラスメソッドと同じです.
- [PARAM] file:
- ファイル名を表す文字列か IO オブジェクトを指定します。
[SEE_ALSO] FileTest.#exist? FileTest.#exists?
class Shell::Filter
exist?(file) -> boolexists?(file) -> boolFileTest モジュールにある同名のクラスメソッドと同じです.
[SEE_ALSO] FileTest.#exist? FileTest.#exists?