24件ヒット
[1-24件を表示]
(0.104秒)
ライブラリ
- ビルトイン (12)
-
irb
/ cmd / help (12)
クラス
-
IRB
:: ExtendCommand :: Help (12) -
Process
:: Status (12)
検索結果
-
Process
:: Status # >>(num) -> Integer (18129.0) -
self.to_i >> num と同じです。
...self.to_i >> num と同じです。
@param num 整数を指定します。
fork { exit 99 } #=> 26563
Process.wait #=> 26563
$?.to_i #=> 25344
$? >> 8 #=> 99... -
IRB
:: ExtendCommand :: Help # execute(*names) -> nil (13.0) -
RI から Ruby のドキュメントを参照します。
...きま
す。
irb(main):001:0> help
Enter the method name you want to look up.
You can use tab to autocomplete.
Enter a blank line to exit.
>> String#match
String#match
(from ruby core)
------------------------------------------------------------------------------
str.match(p...