るりまサーチ

最速Rubyリファレンスマニュアル検索!
153件ヒット [101-153件を表示] (0.009秒)

別のキーワード

  1. rubygems/user_interaction done
  2. imap idle_done
  3. net/imap idle_done
  4. silentprogressreporter done
  5. simpleprogressreporter done

検索結果

<< < 1 2 >>

RDoc::Context#add_class_or_module(collection, class_type, name, superclass = nil) -> RDoc::NormalClass | RDoc::SingleClass | RDoc::NormalModule (6.0)

collection に name で指定したクラス、モジュールを追加します。

...の親クラスを RDoc::NormalClass オ
ブジェクトで指定します。

既に登録済みであった場合は、引数で指定した情報で内容を更新します。ただ
し、RDoc::CodeObject#done_documenting が true を返す場合、何も行
われません。...

RDoc::TopLevel#add_class_or_module(collection, class_type, name, superclass) -> RDoc::NormalClass | RDoc::SingleClass | RDoc::NormalModule (6.0)

collection に name で指定したクラス、モジュールを追加します。

...親クラスを RDoc::NormalClass オ
ブジェクトで指定します。

既に登録済みであった場合は、引数で指定した情報で内容を更新します。ただ
し、RDoc::CodeObject#done_documenting が true を返す場合、何も行
われません。...

Timeout.#timeout(sec, exception_class = nil) {|i| ... } -> object (6.0)

ブロックを sec 秒の期限付きで実行します。 ブロックの実行時間が制限を過ぎたときは例外 Timeout::Error が発生します。

..."($RANDOM/$M)"
c=$(echo "$S;$x^2+$y^2 < 1.0" | bc)
echo $x $y $c
if [ $c -eq 1 ]
then
let m1++
else
let m2++
fi
done

SHELL_EOT
}

File.chmod(0755, "loop.sh")
t = 10 # 10 秒でタイムアウト
begin
pid = nil
com = nil
Timeout.timeout(t)...

Timeout.#timeout(sec, exception_class, message) {|i| ... } -> object (6.0)

ブロックを sec 秒の期限付きで実行します。 ブロックの実行時間が制限を過ぎたときは例外 Timeout::Error が発生します。

..."($RANDOM/$M)"
c=$(echo "$S;$x^2+$y^2 < 1.0" | bc)
echo $x $y $c
if [ $c -eq 1 ]
then
let m1++
else
let m2++
fi
done

SHELL_EOT
}

File.chmod(0755, "loop.sh")
t = 10 # 10 秒でタイムアウト
begin
pid = nil
com = nil
Timeout.timeout(t)...

rubygems/commands/generate_index_command (6.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...et of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When done, it will generate a set of files like
this:

gems/ # .gem files you want to
index...

絞り込み条件を変える

<< < 1 2 >>