RDoc markdown parser needs explicit code block or more indents [ci skip]

上级 384feb6c
......@@ -19,6 +19,7 @@ sufficient information, see the ChangeLog file or Redmine
accepting a single rest argument and no keywords.
[[Feature #16166]]
```ruby
pr = proc{|*a, **kw| [a, kw]}
pr.call([1])
......@@ -28,6 +29,7 @@ sufficient information, see the ChangeLog file or Redmine
pr.call([1, {a: 1}])
# 2.7 => [[1], {:a=>1}] # and deprecation warning
# 3.0 => [[[1, {:a=>1}]], {}]
```
* $SAFE is now a normal global variable with no special behavior.
[[Feature #16131]]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册