528件ヒット
[1-100件を表示]
(0.012秒)
種類
- インスタンスメソッド (480)
- 特異メソッド (48)
クラス
- Shell (210)
-
Shell
:: CommandProcessor (138) -
Shell
:: Filter (138) -
Shell
:: ProcessController (30) -
Shell
:: SystemCommand (12)
キーワード
- [] (18)
- active? (6)
-
active
_ job? (6) -
active
_ jobs _ exist? (6) - blockdev? (18)
- cascade (6)
- chardev? (18)
- debug (12)
- debug= (6)
- debug? (12)
-
debug
_ output _ locked? (6) -
debug
_ output _ try _ lock (6) - directory? (18)
- executable? (18)
-
executable
_ real? (18) - exist? (18)
- exists? (18)
- file? (18)
- grpowned? (18)
-
jobs
_ exist? (6) - owned? (18)
- pipe? (18)
- readable? (18)
-
readable
_ real? (18) - setgid? (18)
- setuid? (18)
- socket? (18)
- sticky? (18)
- symlink? (18)
- test (18)
- verbose (12)
- verbose? (12)
- wait? (6)
-
waiting
_ job? (6) -
waiting
_ jobs _ exist? (6) - writable? (18)
-
writable
_ real? (18) - zero? (18)
検索結果
先頭5件
-
Shell
# [](command , file1 , file2 = nil) -> bool | Time | Integer | nil (104.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 (104.0) -
@todo
@todo -
Shell
# debug? -> bool | Integer (104.0) -
@todo
@todo -
Shell
# exist?(file) -> bool (104.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#exist? FileTest.#exists? -
Shell
# exists?(file) -> bool (104.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#exist? FileTest.#exists? -
Shell
# test(command , file1 , file2 = nil) -> bool | Time | Integer | nil (104.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 (104.0) -
@todo
@todo -
Shell
# verbose? -> bool (104.0) -
@todo
@todo -
Shell
. debug -> bool | Integer (104.0) -
@todo
@todo
デバッグ用フラグを参照します。 -
Shell
. debug? -> bool | Integer (104.0) -
@todo
@todo
デバッグ用フラグを参照します。 -
Shell
. verbose -> bool (104.0) -
@todo
@todo -
Shell
. verbose? -> bool (104.0) -
@todo
@todo -
Shell
# blockdev?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev? -
Shell
# chardev?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev? -
Shell
# directory?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory? -
Shell
# executable?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable? -
Shell
# executable _ real?(file) -> bool (103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?