183件ヒット
[1-100件を表示]
(0.018秒)
種類
- インスタンスメソッド (108)
- 特異メソッド (69)
- クラス (6)
クラス
- Shell (69)
-
Shell
:: BuiltInCommand (6) -
Shell
:: CommandProcessor (18) -
Shell
:: Filter (18) -
Shell
:: ProcessController (48) -
Shell
:: SystemCommand (6) -
Shell
:: Void (12)
キーワード
- Void (6)
- activate (6)
- active? (12)
-
active
_ job? (6) -
active
_ jobs (6) -
active
_ jobs _ exist? (6) -
active
_ process _ controllers (6) - blockdev? (18)
- cd (6)
- chardev? (18)
- debug= (6)
-
debug
_ output _ exclusive _ unlock (3) - each (6)
-
each
_ active _ object (6) - inactivate (6)
- new (6)
- out (18)
-
process
_ controllers _ exclusive (6) - verbose (12)
- verbose= (12)
- verbose? (12)
検索結果
先頭5件
-
Shell
# blockdev?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev?... -
Shell
# chardev?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev?... -
Shell
# verbose -> bool (6102.0) -
@todo
@todo -
Shell
# verbose=(flag) (6102.0) -
@todo
@todo -
Shell
# verbose? -> bool (6102.0) -
@todo
@todo -
Shell
. debug _ output _ exclusive _ unlock { . . . } -> Mutex | nil (6102.0) -
@todo
...@todo
@see Mutex#exclusive_unlock... -
Shell
. verbose -> bool (6102.0) -
@todo
@todo -
Shell
. verbose=(flag) (6102.0) -
true ならば冗長な出力の設定を行います。
true ならば冗長な出力の設定を行います。
@param flag true ならば冗長な出力の設定を行います。 -
Shell
. verbose? -> bool (6102.0) -
@todo
@todo -
Shell
:: BuiltInCommand # active? -> true (6101.0) -
@todo
@todo -
Shell
:: CommandProcessor # blockdev?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev?... -
Shell
:: CommandProcessor # chardev?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev?... -
Shell
:: Filter # blockdev?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev?... -
Shell
:: Filter # chardev?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev?... -
Shell
:: ProcessController # active _ job?(job) -> bool (6101.0) -
指定されたジョブが実行中である場合は真を返します。 そうでない場合は偽を返します。
指定されたジョブが実行中である場合は真を返します。
そうでない場合は偽を返します。
@param job ジョブを指定します。 -
Shell
:: ProcessController # active _ jobs -> Array (6101.0) -
実行中のジョブの配列を返します。
実行中のジョブの配列を返します。 -
Shell
:: ProcessController # active _ jobs _ exist? -> bool (6101.0) -
実行中のジョブが存在する場合は真を返します。 そうでない場合は偽を返します。
実行中のジョブが存在する場合は真を返します。
そうでない場合は偽を返します。 -
Shell
:: ProcessController . activate(pc) -> () (6101.0) -
@todo
@todo