[DOC] Indent a code block in NEWS [ci skip]

上级 21c62fb6
...@@ -149,15 +149,14 @@ Outstanding ones only. ...@@ -149,15 +149,14 @@ Outstanding ones only.
the other modules and classes included or prepended the receiver. the other modules and classes included or prepended the receiver.
[[Feature #9573]] [[Feature #9573]]
```ruby
```ruby class C; end
class C; end module M1; end
module M1; end module M2; end
module M2; end C.include M1
C.include M1 M1.include M2
M1.include M2 p C.ancestors #=> [C, M1, M2, Object, Kernel, BasicObject]
p C.ancestors #=> [C, M1, M2, Object, Kernel, BasicObject] ```
```
* Symbol * Symbol
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册