393件ヒット
[101-200件を表示]
(0.025秒)
クラス
- Dir (24)
- File (285)
- IO (24)
-
Zlib
:: GzipWriter (60)
キーワード
- blockdev? (12)
- chardev? (12)
-
copy
_ stream (24) - directory? (12)
- empty? (9)
- executable? (12)
-
executable
_ real? (12) - exist? (12)
- file? (12)
- grpowned? (12)
- identical? (12)
- mktmpdir (24)
- new (12)
- open (24)
- owned? (12)
- pipe? (12)
- readable? (12)
-
readable
_ real? (12) - setgid? (12)
- setuid? (12)
- size (12)
- size? (12)
- socket? (12)
- sticky? (12)
- symlink? (12)
- wrap (24)
- writable? (12)
-
writable
_ real? (12) - zero? (12)
検索結果
先頭5件
-
File
. exist?(path) -> bool (17.0) -
FileTest.#exist? と同じです。
...
FileTest.#exist? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. file?(path) -> bool (17.0) -
FileTest.#file? と同じです。
...
FileTest.#file? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. grpowned?(path) -> bool (17.0) -
FileTest.#grpowned? と同じです。
...
FileTest.#grpowned? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. identical?(filename1 , filename2) -> bool (17.0) -
FileTest.#identical? と同じです。
...
FileTest.#identical? と同じです。
@param filename1 パスを表す文字列か IO オブジェクトを指定します。
@param filename2 パスを表す文字列か IO オブジェクトを指定します。... -
File
. owned?(path) -> bool (17.0) -
FileTest.#owned? と同じです。
...
FileTest.#owned? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. pipe?(path) -> bool (17.0) -
FileTest.#pipe? と同じです。
...
FileTest.#pipe? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. readable?(path) -> bool (17.0) -
FileTest.#readable? と同じです。
...
FileTest.#readable? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. readable _ real?(path) -> bool (17.0) -
FileTest.#readable_real? と同じです。
...
FileTest.#readable_real? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. setgid?(path) -> bool (17.0) -
FileTest.#setgid? と同じです。
...
FileTest.#setgid? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。...