60件ヒット
[1-60件を表示]
(0.037秒)
ライブラリ
- openssl (12)
-
webrick
/ httpstatus (24)
クラス
モジュール
-
WEBrick
:: HTTPStatus (12)
キーワード
- Created (12)
-
NEWS for Ruby 2
. 1 . 0 (12) -
RC
_ CREATED (12) -
ruby 1
. 8 . 4 feature (12)
検索結果
先頭5件
-
OpenSSL
:: OCSP :: Response . create(status , basic _ resp) -> OpenSSL :: OCSP :: Response (18201.0) -
Response オブジェクトを OpenSSL::OCSP::BasicResponse オブジェクト から生成します。
...Response オブジェクトを OpenSSL::OCSP::BasicResponse オブジェクト
から生成します。
@param status ステータスコード(整数)
@param basic_resp OpenSSL::OCSP::BasicResponse オブジェクト
@see OpenSSL::OCSP::Response.new... -
WEBrick
:: HTTPStatus :: Created (9000.0) -
HTTP のステータスコード 201 Created を表すクラスです。
...HTTP のステータスコード 201 Created を表すクラスです。... -
WEBrick
:: HTTPStatus :: RC _ CREATED (6100.0) -
HTTP のステータスコードを表す整数です。
...HTTP のステータスコードを表す整数です。
require 'webrick'
p WEBrick::HTTPStatus::RC_INTERNAL_SERVER_ERROR #=> 500... -
ruby 1
. 8 . 4 feature (60.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...uby 1.8.4 feature/File.basename (Win全般) [change]>))
* ((<ruby 1.8.4 feature/File.dirname (Win全般) [bug]>))
* ((<ruby 1.8.4 feature/File::Stat#pipe? [bug]>))
* ((<ruby 1.8.4 feature/Array#fill [bug]>))
* ((<ruby 1.8.4 feature/String#scan [bug]>))
* ((<ruby 1.8.4 feature/File.join [bu......:18:32 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
#
# * win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared');
# p Dir.glob('*') should work on WinNT. (implemented our own
# stat(2) on WinNT) [ruby-list:41552] [ruby-dev:27711]
#
共有フォルダの共有名に......xt.c (MakeX509ExtFactory): should use
# OPENSSL_malloc to allocate X509V3_CTX.
#
# * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): use
# X509V3_EXT_nconf_nid to avoid SEGV (and to build extensions which
# values are placed in separate section).
#
#... -
NEWS for Ruby 2
. 1 . 0 (18.0) -
NEWS for Ruby 2.1.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...うになりました。
* Proc
* Returning from lambda proc now always exits from the Proc, not from the
method where the lambda is created. Returning from non-lambda proc exits
from the method, same as the former behavior.
* String
* 以下のコードでレシーバー......名前付きキャプチャをサポートしました
* syslog/logger
* ファイリティを追加
* tempfile
* 追加: Tempfile.create
* timeout
* 明示的に例外クラスを指定しない限り、ブロックを抜けるための例外はブロック内部で rescue......rb_gc_set_params() Ruby内部でのみ使います。
* 追加: rb_gc_count() GCが発生した回数を返します。
* 追加: rb_gc_stat() GC.stat が返す値にオーバーヘッドなしにアクセスできます。
* 追加: rb_gc_latest_gc_info() GC.latest_gc_info にアクセス...