aboutsummaryrefslogtreecommitdiffstats
path: root/doc/NEWS-2.0.0
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-18 20:42:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-18 21:25:01 +0900
commit185f49f90c7c553d7959d8f7261b90b398de6c3f (patch)
tree9b984b8260f7ef3318824de26bbabf2434136433 /doc/NEWS-2.0.0
parentcf31e9807956350fcca0bef1b650330a216194cc (diff)
downloadruby-185f49f90c7c553d7959d8f7261b90b398de6c3f.tar.gz
Fixed RDoc formatting [ci skip]
Diffstat (limited to 'doc/NEWS-2.0.0')
-rw-r--r--doc/NEWS-2.0.03
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/NEWS-2.0.0 b/doc/NEWS-2.0.0
index 414789dcd1..712d3a693b 100644
--- a/doc/NEWS-2.0.0
+++ b/doc/NEWS-2.0.0
@@ -116,8 +116,7 @@ with all sufficient information, see the ChangeLog file.
corresponding method in the prepending module.
* added Module.prepended and Module.prepend_features, similar
to included and append_features.
- * added Module#refine, which extends a class or module locally.
- [experimental]
+ * added Module#refine, which extends a class or module locally. [experimental]
* extended method:
* Module#define_method accepts a UnboundMethod from a Module.
* Module#const_get accepts a qualified constant string, e.g.