210件ヒット
[1-100件を表示]
(0.014秒)
種類
- インスタンスメソッド (162)
- 特異メソッド (48)
ライブラリ
- shell (210)
キーワード
- [] (6)
- blockdev? (6)
- cascade (6)
- chardev? (6)
- debug (12)
- debug= (6)
- debug? (12)
-
debug
_ output _ locked? (6) -
debug
_ output _ try _ lock (6) - directory? (6)
- executable? (6)
-
executable
_ real? (6) - exist? (6)
- exists? (6)
- file? (6)
- grpowned? (6)
- owned? (6)
- pipe? (6)
- readable? (6)
-
readable
_ real? (6) - setgid? (6)
- setuid? (6)
- socket? (6)
- sticky? (6)
- symlink? (6)
- test (6)
- verbose (12)
- verbose? (12)
- writable? (6)
-
writable
_ real? (6) - zero? (6)
検索結果
先頭5件
-
Shell
# [](command , file1 , file2 = nil) -> bool | Time | Integer | nil (103.0) -
Kernel.#test や FileTest のメソッドに処理を委譲します。
...ァイルへのパスを指定します。
@param file2 文字列でファイルへのパスを指定します。
require 'shell'
Shell.verbose = false
sh = Shell.new
begin
sh.mkdir("foo")
rescue
end
p sh[?e, "foo"] # => true
p sh[:e, "foo"] # => true
p sh["e"... -
Shell
# debug -> bool | Integer (103.0) -
@todo
@todo -
Shell
# debug? -> bool | Integer (103.0) -
@todo
@todo -
Shell
# exist?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#exist? FileTest.#exists? -
Shell
# exists?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#exist? FileTest.#exists? -
Shell
# test(command , file1 , file2 = nil) -> bool | Time | Integer | nil (103.0) -
Kernel.#test や FileTest のメソッドに処理を委譲します。
...ァイルへのパスを指定します。
@param file2 文字列でファイルへのパスを指定します。
require 'shell'
Shell.verbose = false
sh = Shell.new
begin
sh.mkdir("foo")
rescue
end
p sh[?e, "foo"] # => true
p sh[:e, "foo"] # => true
p sh["e"... -
Shell
# verbose -> bool (103.0) -
@todo
@todo -
Shell
# verbose? -> bool (103.0) -
@todo
@todo -
Shell
. debug -> bool | Integer (103.0) -
@todo
@todo
デバッグ用フラグを参照します。 -
Shell
. debug? -> bool | Integer (103.0) -
@todo
@todo
デバッグ用フラグを参照します。 -
Shell
. verbose -> bool (103.0) -
@todo
@todo -
Shell
. verbose? -> bool (103.0) -
@todo
@todo -
Shell
# blockdev?(file) -> bool (102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev? -
Shell
# chardev?(file) -> bool (102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev? -
Shell
# directory?(file) -> bool (102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory? -
Shell
# executable?(file) -> bool (102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable? -
Shell
# executable _ real?(file) -> bool (102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?