24件ヒット
[1-24件を表示]
(0.096秒)
別のキーワード
検索結果
先頭3件
-
Shell
:: SystemCommand # notify(*opts) -> String (18209.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (18209.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Observable
# notify _ observers(*arg) -> nil (6202.0) -
オブザーバへ更新を通知します。
...のupdate メソッドの引数の数に違いがある場合は
例外ArgumentErrorを発生します。
全てのオブザーバの update メソッドを呼び出し後、更新フラグを初期化します。
@raise ArgumentError 与えられた引数の数と登録されているオブザー...