別のキーワード
種類
- インスタンスメソッド (264)
- 文書 (49)
- クラス (24)
- ライブラリ (12)
- 特異メソッド (12)
ライブラリ
-
rexml
/ parsers / pullparser (288) - socket (12)
クラス
-
REXML
:: Parsers :: PullEvent (180) -
REXML
:: Parsers :: PullParser (84) - Socket (12)
キーワード
-
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - PullEvent (12)
- PullParser (12)
- [] (24)
- attlistdecl? (12)
- cdata? (12)
- comment? (12)
-
connect
_ nonblock (12) - doctype? (12)
- each (12)
- elementdecl? (12)
- empty? (12)
-
end
_ element? (12) - entitydecl? (12)
-
event
_ type (12) -
has
_ next? (12) - instruction? (12)
- new (12)
- notationdecl? (12)
- peek (12)
-
rexml
/ parsers / pullparser (12) -
start
_ element? (12) - text? (12)
- unshift (12)
- xmldecl? (12)
検索結果
先頭5件
-
NEWS for Ruby 2
. 5 . 0 (48.0) -
NEWS for Ruby 2.5.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...hub.com/ruby/psych/pull/342
* Add :symbolize_names option to Psych.load, Psych.safe_load like JSON.parse
https://github.com/ruby/psych/pull/333, https://github.com/ruby/psych/pull/337
* Add Psych::Handler#event_location
https://github.com/ruby/psych/pull/326
* Make......= true
https://github.com/ruby/psych/pull/320
* Preserve time zone offset when deserializing times
https://github.com/ruby/psych/pull/316
* Remove deprecated method aliases for syck gem
https://github.com/ruby/psych/pull/312
* rbconfig
* RbConfig::LIMITS is......えるためです。13686
* rdoc
* RDoc 6.0.1 に更新
* Replace IRB based lexer with Ripper.
* https://github.com/ruby/rdoc/pull/512
* This much improves the speed of generating documents.
* It also facilitates supporting new syntax in the future.
* Supp... -
NEWS for Ruby 3
. 1 . 0 (42.0) -
NEWS for Ruby 3.1.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...た。 17744
* Enumerable#each_consとEnumerable#each_sliceがレシーバを返すようになりました。 https://github.com/ruby/ruby/pull/1509
//emlist[Enumerable#each_cons Enumerable#each_slice][ruby]{
[1, 2, 3].each_cons(2){}
# 3.0 => nil
# 3.1 => [1, 2, 3]
[1, 2, 3].each_slice(2){}......する必要があるかもしれません。 17866
== C API の更新
* ドキュメント化されました。 https://github.com/ruby/ruby/pull/4815
* rb_gc_force_recycleは非推奨で、no-op関数に変更されました。 18290
== 実装の改善
* クラス変数の読み込みに......uby/pull/5146
* Structのアクセサが高速化されました。 https://github.com/ruby/ruby/pull/5131
* 組み込みメソッドのパフォーマンス向上のために、特殊な組み込みメソッドの mandatory_only? が追加されました。 https://github.com/ruby/ruby/pull/511... -
NEWS for Ruby 2
. 3 . 0 (24.0) -
NEWS for Ruby 2.3.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...た。
https://github.com/ruby/ruby/pull/515
* matrix
* Vector#roundを追加。
https://github.com/ruby/ruby/pull/802
* webrick/utils
* 使用していない引数を削除しました。
https://github.com/ruby/ruby/pull/356
* Net::FTP
* パッシブモード......) 標準添付ライブラリ内で、一つのFDをselect(2)で待つ箇所がなくなりました。
大きい番号のFDで遅くなり辛くなりました。
11081
11377
* CGI.escapeHTML はC拡張で最適化されました。
https://github.com/ruby/ruby/pull/1164... -
NEWS for Ruby 2
. 7 . 0 (24.0) -
NEWS for Ruby 2.7.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...scapeHTMLが少なくとも1個のエスケープされた文字があるときに2~5倍速くなりました。
https://github.com/ruby/ruby/pull/2226
* CSV
* 3.1.2に更新されました。
https://github.com/ruby/csv/blob/master/NEWS.md
* Date
* Date.jisx0301, Date#jisx......出ます。
* ANYARGSを使ったC API宣言はANYARGSを使わないように変更されました。
See https://github.com/ruby/ruby/pull/2404
=== 実装の改善
* Fiber
* 以前のスタックキャッシュはファイバープールキャッシュに置き換えまれま......。
マイクロベンチマークでは約10倍のパフォーマンス改善が計測されました。
https://github.com/ruby/ruby/pull/2224
* 以下のように「--with-coroutine=」で別のコルーチン実装を選べるようになりました。
//emlist{
$ ./configure -... -
NEWS for Ruby 2
. 4 . 0 (12.0) -
NEWS for Ruby 2.4.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...追加 12217
* Enumerable#uniq を追加 11090
* Enumerator::Lazy
* Enumerator::Lazy#chunk_while を追加 https://github.com/ruby/ruby/pull/1186
* Enumerator::Lazy#uniq を追加 11090
* File
* File.empty? を追加 9969
* Float
* Float#ceil, Float#floor, Float#truncate......た
* Net::FTP#status に省略可能なキーワード引数 pathname を追加
solebox による貢献。https://github.com/ruby/ruby/pull/1478 12965
* openssl
* Ruby/OpenSSL 2.0
OpenSSL は https://github.com/ruby/openssl に分離されましたが、デフォルトGemと... -
NEWS for Ruby 2
. 6 . 0 (6.0) -
NEWS for Ruby 2.6.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...れる VM をより最適化できるようにするために VM 生成スクリプトが一新されました。
https://github.com/ruby/ruby/pull/1779
* pthread プラットフォームでスレッドキャッシュを有効にしました。
(Thread.new と Thread.start) 14757
* POS... -
NEWS for Ruby 3
. 0 . 0 (6.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...pdates
* C API functions related to `$SAFE` have been removed. 16131
* C API header file `ruby/ruby.h` was split. https://github.com/ruby/ruby/pull/2991 This should have no impact on extension libraries, but users might experience slow compilations.
* Memory view interface [EXPERIMENTAL]... -
Socket
# connect _ nonblock(server _ sockaddr) -> 0 (6.0) -
ソケットをノンブロッキングモードに設定した後、 connect(2) を呼び出します。
...は IO::WaitWritable が Object#extend されます。
これを connect_nonblock をリトライするために使うことができます。
# Pull down Google's web page
require 'socket'
include Socket::Constants
socket = Socket.new(AF_INET, SOCK_STREAM, 0)
sockaddr = Socket.sockaddr_i...