381件ヒット
[101-200件を表示]
(0.050秒)
クラス
- Shell (153)
-
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: Cat (6) -
Shell
:: CommandProcessor (84) -
Shell
:: Concat (6) -
Shell
:: Echo (6) -
Shell
:: Filter (6) -
Shell
:: Glob (6) -
Shell
:: ProcessController (48) -
Shell
:: SystemCommand (6) -
Shell
:: Tee (6) -
Shell
:: Void (6)
モジュール
- Shellwords (36)
キーワード
- activate (6)
-
active
_ process _ controllers (6) -
add
_ delegate _ command _ to _ shell (6) -
alias
_ command (18) -
alias
_ map (6) -
block
_ output _ synchronize (6) - cascade (6)
- cascade= (6)
- cd (6)
- debug (6)
- debug= (6)
- debug? (6)
-
debug
_ output _ exclusive _ unlock (3) -
debug
_ output _ lock (6) -
debug
_ output _ locked? (6) -
debug
_ output _ synchronize (6) -
debug
_ output _ try _ lock (6) -
debug
_ output _ unlock (6) -
def
_ builtin _ commands (6) -
def
_ system _ command (12) -
default
_ record _ separator (6) -
default
_ record _ separator= (6) -
default
_ system _ path (6) -
default
_ system _ path= (6) -
each
_ active _ object (6) - escape (12)
- inactivate (6)
- initialize (6)
-
install
_ builtin _ commands (6) -
install
_ system _ commands (12) - join (12)
-
method
_ added (6) - new (78)
- notify (6)
-
process
_ controllers _ exclusive (6) -
run
_ config (6) - split (12)
-
unalias
_ command (12) -
undef
_ system _ command (12) - verbose (6)
- verbose= (6)
- verbose? (6)
-
wait
_ to _ finish _ all _ process _ controllers (6)
検索結果
先頭5件
-
Shell
. debug _ output _ lock -> Mutex (21003.0) -
@todo
@todo
@see Mutex#lock@todo
@see Thread::Mutex#lock -
Shell
. debug _ output _ locked? -> bool (21003.0) -
@todo
@todo
@see Mutex#locked?@todo
@see Thread::Mutex#locked? -
Shell
. debug _ output _ synchronize (21003.0) -
@todo
@todo
@see Mutex#synchronize@todo
@see Thread::Mutex#synchronize -
Shell
. debug _ output _ try _ lock -> bool (21003.0) -
@todo
@todo
@see Mutex#try_lock@todo
@see Thread::Mutex#try_lock -
Shell
. debug _ output _ unlock -> Mutex | nil (21003.0) -
@todo
@todo
@see Mutex#unlock@todo
@see Thread::Mutex#unlock -
Shell
. notify(*opts) {|message| . . . } -> String (21003.0) -
@todo
@todo -
Shell
. verbose -> bool (21003.0) -
@todo
@todo -
Shell
. verbose=(flag) (21003.0) -
true ならば冗長な出力の設定を行います。
true ならば冗長な出力の設定を行います。
@param flag true ならば冗長な出力の設定を行います。 -
Shell
. verbose? -> bool (21003.0) -
@todo
@todo -
Shell
:: CommandProcessor . add _ delegate _ command _ to _ shell(id) (9109.0) -
@todo
...@todo
Shell 自体を初期化する時に呼び出されるメソッドです。
ユーザが使用することはありません。
@param id メソッド名を指定します。... -
Shell
:: Filter . new(sh) -> Shell :: Filter (3119.0) -
Shell::Filter クラスのインスタンスを返します。 通常このメソッドを直接使う機会は少ないでしょう。
...
Shell::Filter クラスのインスタンスを返します。
通常このメソッドを直接使う機会は少ないでしょう。... -
Shell
:: ProcessController . new(shell) (3115.0) -
自身を初期化します。
...自身を初期化します。
@param shell Shell のインスタンスを指定します。... -
Shell
:: CommandProcessor . new(shell) (3103.0) -
@todo
@todo -
Shell
:: CommandProcessor . alias _ map -> Hash (3018.0) -
Shell::CommandProcessor.alias_command で定義したエイリアスの一覧を返します。
...
Shell::CommandProcessor.alias_command で定義したエイリアスの一覧を返します。... -
Shell
:: CommandProcessor . method _ added(id) (3018.0) -
@todo このクラスに定義されたメソッドを Shell にも定義するためのフックです。
...@todo
このクラスに定義されたメソッドを Shell にも定義するためのフックです。
@param id メソッド名を指定します。... -
Shell
:: CommandProcessor . run _ config -> () (3018.0) -
ユーザのホームディレクトリに "~/.rb_shell" というファイルが存在すれば、それを Kernel.#load します。
...ユーザのホームディレクトリに "~/.rb_shell" というファイルが存在すれば、それを Kernel.#load します。
存在しない時は何もしません。... -
Shell
:: AppendFile . new(sh , filename) (3002.0) -
@todo
@todo