3件ヒット
[1-3件を表示]
(0.049秒)
種類
- インスタンスメソッド (2)
- 特異メソッド (1)
ライブラリ
- ビルトイン (1)
- pathname (1)
-
shell
/ command-processor (1)
クラス
- File (1)
- Pathname (1)
-
Shell
:: CommandProcessor (1)
検索結果
先頭3件
-
Pathname
# sticky? -> bool (63304.0) -
FileTest.sticky?(self.to_s) と同じです。
FileTest.sticky?(self.to_s) と同じです。
@see FileTest.#sticky? -
Shell
:: CommandProcessor # sticky?(file) -> bool (63301.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#sticky? -
File
. sticky?(path) -> bool (54601.0) -
FileTest.#sticky? と同じです。
FileTest.#sticky? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。