別のキーワード
種類
- インスタンスメソッド (108)
- モジュール関数 (21)
- ライブラリ (12)
- クラス (12)
ライブラリ
- ビルトイン (12)
- mkmf (24)
-
net
/ imap (24) -
rdoc
/ context (12) -
rdoc
/ top _ level (12) -
rubygems
/ user _ interaction (36) - timeout (21)
クラス
キーワード
- Status (12)
-
add
_ class _ or _ module (24) -
check
_ signedness (24) - idle (12)
-
idle
_ done (12) -
rubygems
/ commands / generate _ index _ command (12) - timeout (21)
検索結果
先頭5件
- RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule - RDoc
:: TopLevel # add _ class _ or _ module(collection , class _ type , name , superclass) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule - Timeout
. # timeout(sec , exception _ class = nil) {|i| . . . } -> object - Timeout
. # timeout(sec , exception _ class , message) {|i| . . . } -> object - rubygems
/ commands / generate _ index _ command
-
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...