202件ヒット
[201-202件を表示]
(0.082秒)
種類
- インスタンスメソッド (121)
- 文書 (37)
- ライブラリ (33)
- 定数 (11)
ライブラリ
-
cgi
/ core (33) -
net
/ imap (44) - rss (33)
-
webrick
/ config (11) -
webrick
/ httprequest (11)
クラス
- CGI (22)
-
Net
:: IMAP :: BodyTypeBasic (11) -
Net
:: IMAP :: BodyTypeMessage (11) -
Net
:: IMAP :: BodyTypeMultipart (11) -
Net
:: IMAP :: BodyTypeText (11) -
WEBrick
:: HTTPRequest (11)
モジュール
-
CGI
:: QueryExtension (11) - DublinCoreModel (33)
-
WEBrick
:: Config (11)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (11) - FileHandler (11)
-
NEWS for Ruby 3
. 0 . 0 (4) - Ruby用語集 (11)
-
accept
_ language (22) - cgi (11)
-
dc
_ language (11) -
dc
_ language= (11) -
dc
_ languages (11) - header (11)
-
net
/ imap (11) - out (11)
- prettyprint (11)
-
ruby 1
. 8 . 2 feature (11)
検索結果
先頭1件
-
NEWS for Ruby 3
. 0 . 0 (30.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...positional arguments.
Code that resulted in deprecation warnings in Ruby 2.7 will now
result in ArgumentError or different behavior. 14183
* Procs accepting a single rest argument and keywords are no longer
subject to autosplatting. This now matches the behavior of Procs
accepting......single rest argument and no keywords.
16166
//emlist[][ruby]{
pr = proc{|*a, **kw| [a, kw]}
pr.call([1])
# 2.7 => [[1], {}]
# 3.0 => [[[1]], {}]
pr.call([1, {a: 1}])
# 2.7 => [[1], {:a=>1}] # and deprecation warning
# 3.0 => a=>1}, {}]
//}
* Arguments forwarding (`...`) now supports leadin......s.
See {Magic Comments}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
17273
* A {static analysis}[rdoc-label:label-Static+analysis] foundation is
introduced.
* {RBS}[rdoc-label:label-RBS] is introduced. It is a type definition
language for Ruby progr...