るりまサーチ

最速Rubyリファレンスマニュアル検索!
30件ヒット [1-30件を表示] (0.065秒)

別のキーワード

  1. _builtin sticky?
  2. pathname sticky?
  3. stat sticky?
  4. file sticky?
  5. filetest sticky?

ライブラリ

検索結果

Shell#sticky?(file) -> bool (18113.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@
param file ファイル名を表す文字列を指定します。

@
see FileTest.#sticky?...

Shell::CommandProcessor#sticky?(file) -> bool (18113.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@
param file ファイル名を表す文字列を指定します。

@
see FileTest.#sticky?...

Shell::Filter#sticky?(file) -> bool (18113.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@
param file ファイル名を表す文字列を指定します。

@
see FileTest.#sticky?...

Pathname#sticky? -> bool (18108.0)

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

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


@
see FileTest.#sticky?...