種類
ライブラリ
- English (12)
- ビルトイン (210)
-
cgi
/ session (72) - fiddle (84)
-
fiddle
/ import (12) - fileutils (36)
-
irb
/ context (24) - json (12)
- openssl (84)
- readline (12)
-
webrick
/ cgi (12) -
webrick
/ httpproxy (36) - win32ole (24)
クラス
- Array (21)
-
CGI
:: Session :: NullStore (60) - Dir (9)
-
Fiddle
:: Function (12) -
Fiddle
:: Pointer (60) - File (24)
- IO (72)
-
IRB
:: Context (24) -
OpenSSL
:: ASN1 :: Null (24) - String (12)
-
WEBrick
:: CGI (12) -
WIN32OLE
_ VARIANT (12)
モジュール
- Fiddle (12)
-
Fiddle
:: Importer (12) -
File
:: Constants (12) - FileUtils (36)
-
JSON
:: Generator :: GeneratorMethods :: NilClass (12) - Kernel (60)
-
OpenSSL
:: ASN1 (36) - Process (12)
- Readline (12)
-
WIN32OLE
:: VARIANT (12)
オブジェクト
-
WEBrick
:: NullReader (24)
キーワード
-
$ CHILD _ STATUS (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - ASN1 (12)
-
NEWS for Ruby 2
. 2 . 0 (11) - NULL (36)
- Null (48)
- NullReader (12)
- NullStore (12)
- Ruby用語集 (12)
-
VT
_ NULL (12) - [] (24)
- []= (24)
- autoclose= (12)
-
block
_ append (12) - call (12)
- close (12)
-
close
_ on _ exec= (12) -
close
_ on _ exec? (12) - cmp (12)
-
compare
_ file (12) - daemon (12)
- delete (12)
- empty? (9)
- fiddle (12)
-
filename
_ quote _ characters= (12) - fixpos (12)
- gets (12)
- identical? (12)
- irb (12)
-
list
_ append (12) -
list
_ concat (12) - new (48)
-
newline
_ node (12) - null? (12)
- pack (21)
- pack テンプレート文字列 (12)
- path (12)
-
prompt
_ mode (12) -
prompt
_ mode= (12) -
rb
_ ary _ push (12) -
rb
_ define _ class _ under (12) -
rb
_ eval _ string _ protect (12) -
rb
_ get _ method _ body (12) -
rb
_ rescue2 (12) -
rb
_ reserved _ word (12) - read (24)
- restore (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) -
search
_ method (12) - size (12)
- spawn (48)
- struct (12)
- sysread (12)
- sysseek (12)
-
to
_ json (12) - unpack (12)
- update (12)
検索結果
先頭5件
-
CGI
:: Session :: NullStore # restore -> Hash (3000.0) -
セッションの状態を復元したハッシュを返します。 このクラスでは何もしません。
セッションの状態を復元したハッシュを返します。
このクラスでは何もしません。 -
CGI
:: Session :: NullStore # update -> () (3000.0) -
セッションの状態を保存します。 このクラスでは何もしません。
セッションの状態を保存します。
このクラスでは何もしません。 -
WEBrick
:: NullReader . gets(*args) -> nil (3000.0) -
常に nil を返します。
常に nil を返します。 -
WEBrick
:: NullReader . read(*args) -> nil (3000.0) -
常に nil を返します。
常に nil を返します。 -
static NODE * block
_ append(NODE *head , NODE *tail) (32.0) -
head と tail を NODE_BLOCK のリストとして連結し、 先頭ノードを返します。head または tail が NODE_BLOCK でない場合は NODE_BLOCK に入れたうえでそれを連結します。 head もしくは tail が NULL なら連結はせず、 NULL でないほうを返します。
...tail を NODE_BLOCK のリストとして連結し、
先頭ノードを返します。head または tail が NODE_BLOCK
でない場合は NODE_BLOCK に入れたうえでそれを連結します。
head もしくは tail が NULL なら連結はせず、
NULL でないほうを返します。... -
Kernel
. # spawn(env , program , *args , options={}) -> Integer (18.0) -
引数を外部コマンドとして実行しますが、生成した 子プロセスの終了を待ち合わせません。生成した子プロセスのプロセスIDを返します。
...指定できます。
//emlist[][ruby]{
pid = spawn(command, :in=>"/dev/null") # read mode
pid = spawn(command, :out=>"/dev/null") # write mode
pid = spawn(command, :err=>"log") # write mode
pid = spawn(command, 3=>"/dev/null") # read mode
//}
stdout と stderr をリダイレクトした場合は... -
Kernel
. # spawn(program , *args) -> Integer (18.0) -
引数を外部コマンドとして実行しますが、生成した 子プロセスの終了を待ち合わせません。生成した子プロセスのプロセスIDを返します。
...指定できます。
//emlist[][ruby]{
pid = spawn(command, :in=>"/dev/null") # read mode
pid = spawn(command, :out=>"/dev/null") # write mode
pid = spawn(command, :err=>"log") # write mode
pid = spawn(command, 3=>"/dev/null") # read mode
//}
stdout と stderr をリダイレクトした場合は... -
ruby 1
. 8 . 4 feature (18.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...05 Nobuyoshi Nakada <nobu@ruby-lang.org>
#
# * file.c (rb_file_join): elements may contain null pointer strings.
# report and fixed by Lloyd Zusman (hippoman): [ruby-core:06326]
NULLポインタを持つStringを渡すとFile.joinがSEGVすることがあった
バグの修......blem (backported HEAD 1.55 - 1.62)
# [ruby-dev:27839]
#
# * ext/syck/syck.h (S_FREE): small hack. no need to check if pointer is
# NULL or not before S_FREE.
#
# * st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insert
# in gram.c to insert node fro... -
VALUE rb
_ rescue2(VALUE (*b _ proc)() , VALUE data1 , VALUE (*r _ proc)() , VALUE data2 , . . . ) (16.0) -
まず b_proc(data1) を実行し、その途中で例外が発生したら r_proc(data2) を実行します。 第五引数以降の可変長引数に捕捉したい例外クラスのリストを指定します。 引数の最後は NULL で終らなければなりません。
...まず b_proc(data1) を実行し、その途中で例外が発生したら r_proc(data2) を実行します。
第五引数以降の可変長引数に捕捉したい例外クラスのリストを指定します。
引数の最後は NULL で終らなければなりません。...